mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
15 lines
332 B
Text
15 lines
332 B
Text
![]() |
|
||
|
set_rc_compiler()
|
||
|
|
||
|
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)
|