mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-02-04 07:13:16 +08:00
6 lines
159 B
CMake
6 lines
159 B
CMake
# ports/posix-qv
|
|
target_include_directories(qpc PUBLIC .)
|
|
target_sources(qpc PRIVATE
|
|
qf_port.c
|
|
$<$<CONFIG:Spy>:${CMAKE_CURRENT_SOURCE_DIR}/qs_port.c>
|
|
) |