mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-14 06:43:19 +08:00
340b6bbd92
updated QV, QK for MSP430 removed the unsupported esp-idf port Cmake support
8 lines
229 B
CMake
8 lines
229 B
CMake
# ports/win32-qv
|
|
target_include_directories(qpc PUBLIC .)
|
|
target_sources(qpc PRIVATE
|
|
qf_port.c
|
|
$<$<BOOL:${QPC_CFG_GUI}>:${CMAKE_CURRENT_SOURCE_DIR}/qwin_gui.c>
|
|
$<$<CONFIG:Spy>:${CMAKE_CURRENT_SOURCE_DIR}/qs_port.c>
|
|
)
|