ESP32-CAN/main/CMakeLists.txt

10 lines
298 B
CMake
Raw Normal View History

2026-03-16 00:49:02 +00:00
idf_component_register(SRCS "main.cpp"
2021-06-09 07:25:56 +01:00
INCLUDE_DIRS "")
2026-03-16 14:25:49 +00:00
target_compile_options(${COMPONENT_LIB} PRIVATE
"-Wno-gnu-array-member-paren-init"
"-Wno-parentheses-equality"
"-Wno-template-in-declaration-name"
)