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/board_test | |
| parent | cda5ab8b259522be962840a49a448648d3f5d308 (diff) | |
cmake work well with imxrt
Diffstat (limited to 'examples/device/board_test')
| -rw-r--r-- | examples/device/board_test/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/device/board_test/CMakeLists.txt b/examples/device/board_test/CMakeLists.txt index c48efdaa5..4ab8d5a65 100644 --- a/examples/device/board_test/CMakeLists.txt +++ b/examples/device/board_test/CMakeLists.txt @@ -19,13 +19,13 @@ add_executable(${PROJECT}) # Example source target_sources(${PROJECT} PUBLIC - ${CMAKE_CURRENT_SOURCE_DIR}/src/main.c - ) + ${CMAKE_CURRENT_SOURCE_DIR}/src/main.c + ) # Example include target_include_directories(${PROJECT} PUBLIC - ${CMAKE_CURRENT_SOURCE_DIR}/src - ) + ${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. |
