mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6 lines
249 B
CMake
6 lines
249 B
CMake
list(APPEND SOURCE pendmoves.c pendmoves.rc)
|
|
add_executable(pendmoves ${SOURCE})
|
|
set_module_type(pendmoves win32cui UNICODE)
|
|
add_importlibs(pendmoves msvcrt advapi32 kernel32 ntdll)
|
|
add_cd_file(TARGET pendmoves DESTINATION reactos/system32 FOR all)
|