OVMS3-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt
2019-05-13 19:59:17 +08:00

5 lines
151 B
CMake

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