diff options
| author | hathach <[email protected]> | 2023-03-30 11:37:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-30 11:37:36 +0700 |
| commit | cf7aad790c23dd1adebd0d86ae2338a1cd64aa97 (patch) | |
| tree | 53ec271a714d7291b79996c8b19537fd7bd72934 /examples/device/board_test/src | |
| parent | 641613c428e10a029b172c318d4db077e35fee7d (diff) | |
more esp32 cmake clean up
Diffstat (limited to 'examples/device/board_test/src')
| -rw-r--r-- | examples/device/board_test/src/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/device/board_test/src/CMakeLists.txt b/examples/device/board_test/src/CMakeLists.txt index 03f4c7505..8d85dcafd 100644 --- a/examples/device/board_test/src/CMakeLists.txt +++ b/examples/device/board_test/src/CMakeLists.txt @@ -1,7 +1,3 @@ idf_component_register(SRCS "main.c" INCLUDE_DIRS "." - REQUIRES freertos soc tinyusb_src) - -target_include_directories(${COMPONENT_TARGET} PUBLIC - "${TOP}/hw" - ) + REQUIRES boards tinyusb_src) |
