mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-02-04 06:13:00 +08:00
8 lines
236 B
CMake
8 lines
236 B
CMake
# ports/win32
|
|
target_include_directories(qpcpp PUBLIC .)
|
|
target_sources(qpcpp PRIVATE
|
|
qf_port.cpp
|
|
$<$<BOOL:${QPCPP_CFG_GUI}>:${CMAKE_CURRENT_SOURCE_DIR}/qwin_gui.c>
|
|
$<$<CONFIG:Spy>:${CMAKE_CURRENT_SOURCE_DIR}/qs_port.cpp>
|
|
)
|