[ROSINTERNALS]
[reactos.git] / rosapps / applications / rosinternals / pendmoves / CMakeLists.txt
1 list(APPEND SOURCE pendmoves.c pendmoves.rc)
2 add_executable(pendmoves ${SOURCE})
3 set_module_type(pendmoves win32cui UNICODE)
4 add_importlibs(pendmoves msvcrt advapi32 kernel32 ntdll)
5 add_cd_file(TARGET pendmoves DESTINATION reactos/system32 FOR all)