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/device/audio_test | |
| parent | cda5ab8b259522be962840a49a448648d3f5d308 (diff) | |
cmake work well with imxrt
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. |
