diff options
| author | hathach <[email protected]> | 2023-05-08 00:24:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-08 00:24:48 +0700 |
| commit | 654f1821769f50c44f786032bedfe417a9ad4d0f (patch) | |
| tree | 58f73d40188131af6d7686c966a3fd80bfc80ac6 /examples/host/hid_controller | |
| parent | 6945c594d53ca6a35f1f0bb120b5a652c6ce9e84 (diff) | |
build host examples with imx
Diffstat (limited to 'examples/host/hid_controller')
| -rw-r--r-- | examples/host/hid_controller/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/host/hid_controller/CMakeLists.txt b/examples/host/hid_controller/CMakeLists.txt index e1d2f1642..e27f83c53 100644 --- a/examples/host/hid_controller/CMakeLists.txt +++ b/examples/host/hid_controller/CMakeLists.txt @@ -14,14 +14,14 @@ add_executable(${PROJECT}) # Example source target_sources(${PROJECT} PUBLIC - ${CMAKE_CURRENT_SOURCE_DIR}/src/hid_app.c - ${CMAKE_CURRENT_SOURCE_DIR}/src/main.c - ) + ${CMAKE_CURRENT_SOURCE_DIR}/src/hid_app.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. |
