mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
7 lines
216 B
CMake
7 lines
216 B
CMake
|
|
add_executable(ctm ctm.c ctm.rc)
|
|
set_module_type(ctm win32cui UNICODE)
|
|
target_link_libraries(ctm epsapi)
|
|
add_importlibs(ctm ntdll user32 msvcrt kernel32)
|
|
add_cd_file(TARGET ctm DESTINATION reactos/system32 FOR all)
|