reactos/modules/rosapps/applications/sysutils/utils/stats/CMakeLists.txt

6 lines
173 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/bin FOR all)