diff options
| author | Ha Thach <[email protected]> | 2023-05-10 16:06:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-10 16:06:04 +0700 |
| commit | aaff27d220dd95cc018bf01f54df5dae706a52ae (patch) | |
| tree | e99c7914abba762a6152967725b2448eac523089 /examples/host/bare_api | |
| parent | 5e023fa2ca4c20f06b6e0dc12f6f044a7d4e14bd (diff) | |
| parent | eaa159c0a6a0a56a56507e44e83fe1883b3995c2 (diff) | |
Merge pull request #2058 from hathach/cmake-imxrt
Add Cmake for imxrt and Fix EHCI PortSC issue
Diffstat (limited to 'examples/host/bare_api')
| -rw-r--r-- | examples/host/bare_api/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/bare_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt index 616edd4ac..b6d8c9c89 100644 --- a/examples/host/bare_api/CMakeLists.txt +++ b/examples/host/bare_api/CMakeLists.txt @@ -1,11 +1,11 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.17) include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) # gets PROJECT name for the example family_get_project_name(PROJECT ${CMAKE_CURRENT_LIST_DIR}) -project(${PROJECT}) +project(${PROJECT} C CXX ASM) # Checks this example is valid for the family and initializes the project family_initialize_project(${PROJECT} ${CMAKE_CURRENT_LIST_DIR}) |
