cmake work well with imxrt

This commit is contained in:
hathach
2023-05-06 15:14:54 +07:00
parent cda5ab8b25
commit f15f79df5d
14 changed files with 167 additions and 166 deletions

View File

@@ -35,7 +35,7 @@ target_include_directories(${PROJECT} PUBLIC
family_configure_device_example(${PROJECT})
if (NOT TARGET freertos_kernel)
family_add_freertos_config(${PROJECT})
family_configure_freertos_example(${PROJECT})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../../lib/FreeRTOS-Kernel lib/FreeRTOS-Kernel)
endif()