diff options
| author | hathach <[email protected]> | 2023-09-25 16:53:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-25 16:53:11 +0700 |
| commit | a7c136c03f0c4a057f8b49c10ed9cddcecf52879 (patch) | |
| tree | bf511dca83e1ea14489e42574abca1aba4c2a2e1 /examples/host/bare_api | |
| parent | 81cd9951080181234f20d81c831ca0595d499577 (diff) | |
adding host/cdc_msc_hid_freertos example
Diffstat (limited to 'examples/host/bare_api')
| -rw-r--r-- | examples/host/bare_api/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/host/bare_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt index 05398b079..76182d6fa 100644 --- a/examples/host/bare_api/CMakeLists.txt +++ b/examples/host/bare_api/CMakeLists.txt @@ -10,6 +10,11 @@ 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}) +# Espressif has its own cmake build system +if(FAMILY STREQUAL "espressif") + return() +endif() + add_executable(${PROJECT}) # Example source |
