mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
6 lines
245 B
CMake
6 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)
|