Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / base / applications / cmdutils / schtasks / CMakeLists.txt
1
2 add_executable(schtasks schtasks.c)
3 target_link_libraries(schtasks wine)
4 set_module_type(schtasks win32cui UNICODE)
5 add_importlibs(schtasks oleaut32 ole32 msvcrt kernel32 ntdll)
6 add_cd_file(TARGET schtasks DESTINATION reactos/system32 FOR all)