esp32_BNO08x/test/CMakeLists.txt

6 lines
284 B
CMake
Raw Normal View History

2024-11-23 01:05:03 +00:00
idf_component_register(SRC_DIRS "source" "SH2"
INCLUDE_DIRS "include" "include/report" "SH2"
2024-11-17 21:41:19 +00:00
REQUIRES cmock esp32_BNO08x)
# supress unused var warnings from test_imu
idf_build_set_property(COMPILE_OPTIONS "-Wno-unused-but-set-variable" APPEND)