qpc/ports/msp430/CMakeLists.txt

11 lines
313 B
CMake
Raw Normal View History

# ports/msp430
if(QPC_CFG_UNIT_TEST)
target_include_directories(qpc PUBLIC qutest)
else()
if(NOT KERNEL MATCHES "q[vk]")
message(WARNING "Kernel ${KERNEL} is not supported! Falling back to QV kernel")
set(KERNEL qv)
endif()
target_include_directories(qpc PUBLIC ${KERNEL})
endif()