diff options
| author | hathach <[email protected]> | 2023-05-07 22:09:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-07 22:09:08 +0700 |
| commit | 6945c594d53ca6a35f1f0bb120b5a652c6ce9e84 (patch) | |
| tree | fa61b011c731828ce706caa5c3f92c625c075065 /examples/host/CMakeLists.txt | |
| parent | f15f79df5d242fdeff06dff14a9550905f29d514 (diff) | |
update all device cmake example for imx
Diffstat (limited to 'examples/host/CMakeLists.txt')
| -rw-r--r-- | examples/host/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/CMakeLists.txt b/examples/host/CMakeLists.txt index 758973ab2..bedd2220b 100644 --- a/examples/host/CMakeLists.txt +++ b/examples/host/CMakeLists.txt @@ -1,8 +1,8 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.17) include(${CMAKE_CURRENT_SOURCE_DIR}/../../hw/bsp/family_support.cmake) -project(tinyusb_host_examples) +project(tinyusb_host_examples C CXX ASM) family_initialize_project(tinyusb_host_examples ${CMAKE_CURRENT_LIST_DIR}) # family_add_subdirectory will filter what to actually add based on selected FAMILY |
