mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
6 lines
230 B
CMake
6 lines
230 B
CMake
|
|
add_executable(schtasks schtasks.c)
|
|
target_link_libraries(schtasks wine)
|
|
set_module_type(schtasks win32cui UNICODE)
|
|
add_importlibs(schtasks msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET schtasks DESTINATION reactos/system32 FOR all)
|