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/device/audio_test | |
| 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/device/audio_test')
| -rw-r--r-- | examples/device/audio_test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/audio_test/CMakeLists.txt b/examples/device/audio_test/CMakeLists.txt index b0889285c..87b7d07d4 100644 --- a/examples/device/audio_test/CMakeLists.txt +++ b/examples/device/audio_test/CMakeLists.txt @@ -21,12 +21,12 @@ add_executable(${PROJECT}) target_sources(${PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src/main.c ${CMAKE_CURRENT_SOURCE_DIR}/src/usb_descriptors.c -) + ) # Example include target_include_directories(${PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src -) + ) # Configure compilation flags and libraries for the example... see the corresponding function # in hw/bsp/FAMILY/family.cmake for details. |
