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
6 lines
156 B
CMake
6 lines
156 B
CMake
# ports/posix
|
|
target_include_directories(qpc PUBLIC .)
|
|
target_sources(qpc PRIVATE
|
|
qf_port.c
|
|
$<$<CONFIG:Spy>:${CMAKE_CURRENT_SOURCE_DIR}/qs_port.c>
|
|
) |