mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
10441f7a03
updated QV, QK for MSP430 Cmake support
6 lines
164 B
CMake
6 lines
164 B
CMake
# ports/posix
|
|
target_include_directories(qpcpp PUBLIC .)
|
|
target_sources(qpcpp PRIVATE
|
|
qf_port.cpp
|
|
$<$<CONFIG:Spy>:${CMAKE_CURRENT_SOURCE_DIR}/qs_port.cpp>
|
|
) |