esp32_BNO08x/test/CMakeLists.txt

6 lines
244 B
CMake
Raw Permalink Normal View History

idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
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)