diff options
Diffstat (limited to 'Kernel/CMakeLists.txt')
-rw-r--r-- | Kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index 4a20358817..46527b4e79 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -182,6 +182,7 @@ set(KERNEL_SOURCES ProcessExposed.cpp ProcessSpecificExposed.cpp ProcessGroup.cpp + ProcessProcFSTraits.cpp RTC.cpp Random.cpp Scheduler.cpp |