esp32_BNO08x/CMakeLists.txt

14 lines
501 B
CMake
Raw Normal View History

set(COMPONENT_WRITE_STRIP_PEDANTIC_FLAGS 1)
2024-11-23 01:05:03 +00:00
idf_component_register(SRC_DIRS "source" "source/report" "SH2"
INCLUDE_DIRS "." "include" "include/report" "include/callback" "SH2"
2024-11-14 21:29:46 +00:00
REQUIRES driver esp_timer cmock)
target_compile_options(${COMPONENT_LIB} PRIVATE
"-Wno-gnu-array-member-paren-init"
"-Wno-parentheses-equality"
"-Wno-template-in-declaration-name"
"-w"
)