mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
9 lines
306 B
Text
9 lines
306 B
Text
![]() |
|
||
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
||
|
|
||
|
add_executable(timeout timeout.c timeout.rc)
|
||
|
set_module_type(timeout win32cui UNICODE)
|
||
|
target_link_libraries(timeout conutils ${PSEH_LIB})
|
||
|
add_importlibs(timeout msvcrt kernel32)
|
||
|
add_cd_file(TARGET timeout DESTINATION reactos/system32 FOR all)
|