mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
6 lines
209 B
CMake
6 lines
209 B
CMake
|
|
||
|
add_executable(paintdesktop PaintDesktop.c)
|
||
|
set_module_type(paintdesktop win32gui UNICODE)
|
||
|
add_importlibs(paintdesktop user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET paintdesktop DESTINATION reactos/bin FOR all)
|