mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
7 lines
245 B
CMake
7 lines
245 B
CMake
|
|
add_executable(schtasks schtasks.c)
|
|
target_link_libraries(schtasks wine)
|
|
set_module_type(schtasks win32cui UNICODE)
|
|
add_importlibs(schtasks oleaut32 ole32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET schtasks DESTINATION reactos/system32 FOR all)
|