reactos/modules/rosapps/applications/sysutils/utils/stats/CMakeLists.txt
2020-07-04 20:43:53 +02:00

6 lines
178 B
CMake

add_executable(stats stats.c)
set_module_type(stats win32cui UNICODE)
add_importlibs(stats ntdll msvcrt kernel32)
add_cd_file(TARGET stats DESTINATION reactos/system32 FOR all)