qpc/ports/posix/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

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