mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
5 lines
143 B
CMake
5 lines
143 B
CMake
idf_component_register(SRCS "FastTrig.cpp"
|
|
INCLUDE_DIRS .)
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|