diff options
| author | hathach <[email protected]> | 2023-05-06 15:14:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-06 15:14:54 +0700 |
| commit | f15f79df5d242fdeff06dff14a9550905f29d514 (patch) | |
| tree | 171879b1c9135324da60143e33e799b8cfd1c1f9 /examples/host | |
| parent | cda5ab8b259522be962840a49a448648d3f5d308 (diff) | |
cmake work well with imxrt
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/CMakeLists.txt b/examples/host/cdc_msc_hid/CMakeLists.txt index b66ff2382..42dac5be7 100644 --- a/examples/host/cdc_msc_hid/CMakeLists.txt +++ b/examples/host/cdc_msc_hid/CMakeLists.txt @@ -5,7 +5,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) # gets PROJECT name for the example (e.g. <BOARD>-<DIR_NAME>) 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}) |
