mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
d2351c0d6e
* Remove unneeded set_rc_compiler. ROSAPPS-255 #resolve #comment Fixed in r57968. svn path=/trunk/; revision=57969
7 lines
302 B
CMake
7 lines
302 B
CMake
|
|
add_executable(circles circles.c circles.rc)
|
|
set_module_type(circles win32gui UNICODE)
|
|
set_target_properties(circles PROPERTIES SUFFIX ".scr")
|
|
target_link_libraries(circles scrnsave)
|
|
add_importlibs(circles user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET circles DESTINATION reactos/system32 FOR all)
|