reactos/modules/rosapps/applications/rosinternals/pendmoves/CMakeLists.txt

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)