mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
d2351c0d6e
* Remove unneeded set_rc_compiler. ROSAPPS-255 #resolve #comment Fixed in r57968. svn path=/trunk/; revision=57969
12 lines
368 B
CMake
12 lines
368 B
CMake
|
|
add_executable(ssstars
|
|
ssstars.c
|
|
settings.c
|
|
resource.rc)
|
|
|
|
set_module_type(ssstars win32gui UNICODE)
|
|
set_target_properties(ssstars PROPERTIES SUFFIX ".scr")
|
|
target_link_libraries(ssstars scrnsave)
|
|
add_importlibs(ssstars user32 gdi32 opengl32 glu32 advapi32 comctl32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET ssstars DESTINATION reactos/system32 FOR all)
|