You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
313 B
CMake

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