mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
6 lines
178 B
CMake
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)
|