mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
19 lines
No EOL
332 B
CMake
19 lines
No EOL
332 B
CMake
|
|
set_unicode()
|
|
set_cpp()
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/cardlib)
|
|
|
|
add_executable(sol
|
|
solcreate.cpp
|
|
solgame.cpp
|
|
solitaire.cpp
|
|
rsrc.rc)
|
|
|
|
target_link_libraries(sol cardlib)
|
|
|
|
set_module_type(sol win32gui)
|
|
|
|
add_importlibs(sol advapi32 comctl32 user32 gdi32 kernel32 msvcrt)
|
|
|
|
add_cab_target(sol 1) |