esp-idf/components/micro-ecc/CMakeLists.txt

7 wiersze
149 B
CMake
Czysty Zwykły widok Historia

# only compile the micro-ecc/uECC.c source file
set(COMPONENT_SRCS micro-ecc/uECC.c)
set(COMPONENT_ADD_INCLUDEDIRS micro-ecc)
register_component()