mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
11 lines
368 B
CMake
11 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)
|