diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b7a39cbb..0acc7678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ set(MODULE_computer_SOURCES modules/computer/os.c modules/computer/uptime.c modules/computer/users.c + modules/computer/groups.c ) set(MODULE_devices_SOURCES modules/devices.c |