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

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
include(${CMAKE_CURRENT_SOURCE_DIR}/../../hw/bsp/family_support.cmake)
project(tinyusb_device_examples)
project(tinyusb_device_examples C CXX ASM)
family_initialize_project(tinyusb_device_examples ${CMAKE_CURRENT_LIST_DIR})
# family_add_subdirectory will filter what to actually add based on selected FAMILY