mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
7 lines
233 B
CMake
7 lines
233 B
CMake
|
|
add_executable(timeout timeout.c timeout.rc)
|
|
set_module_type(timeout win32cui UNICODE)
|
|
target_link_libraries(timeout conutils)
|
|
add_importlibs(timeout msvcrt kernel32)
|
|
add_cd_file(TARGET timeout DESTINATION reactos/system32 FOR all)
|