GY-63_MS5611/libraries/FastTrig/CMakeLists.txt
2022-12-03 12:59:56 +01:00

5 lines
143 B
CMake

idf_component_register(SRCS "FastTrig.cpp"
INCLUDE_DIRS .)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")