GY-63_MS5611/libraries/FastTrig/CMakeLists.txt

5 lines
143 B
CMake
Raw Normal View History

2022-12-03 06:59:56 -05:00
idf_component_register(SRCS "FastTrig.cpp"
INCLUDE_DIRS .)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")