nodemcu-firmware/components/ucg/CMakeLists.txt

8 lines
167 B
CMake
Raw Normal View History

idf_component_register(
SRC_DIRS "ucg/src/clib"
INCLUDE_DIRS "ucg/src/clib"
)
target_compile_options(${COMPONENT_LIB} PRIVATE
-Wno-error=unused-const-variable
)