qpc/ports/win32-qv/CMakeLists.txt
MMS 340b6bbd92 7.3.4
updated QV, QK for MSP430
removed the unsupported esp-idf port
Cmake support
2024-03-21 14:05:45 -04:00

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>
)