2011-05-16 13:12:07 +00:00
|
|
|
|
2014-02-08 18:13:52 +00:00
|
|
|
list(APPEND SOURCE
|
2011-05-16 13:12:07 +00:00
|
|
|
spider.cpp
|
|
|
|
spigame.cpp
|
2014-02-08 18:13:52 +00:00
|
|
|
spider.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2015-06-17 17:20:29 +00:00
|
|
|
add_rc_deps(rsrc.rc ${CMAKE_CURRENT_SOURCE_DIR}/spider.ico)
|
2014-02-08 18:13:52 +00:00
|
|
|
add_executable(spider ${SOURCE} rsrc.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
target_link_libraries(spider cardlib)
|
2020-09-18 07:34:18 +00:00
|
|
|
target_include_directories(spider PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
2014-02-08 18:13:52 +00:00
|
|
|
add_pch(spider spider.h SOURCE)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(spider win32gui UNICODE)
|
2011-05-23 15:50:03 +00:00
|
|
|
add_importlibs(spider advapi32 comctl32 user32 gdi32 msvcrt kernel32)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET spider DESTINATION reactos/system32 FOR all)
|