CMakeLists.txt 178 B

12345678
  1. # only compile the "micro-ecc/uECC.c" source file
  2. set(COMPONENT_SRCS "micro-ecc/uECC.c")
  3. set(COMPONENT_ADD_INCLUDEDIRS micro-ecc)
  4. set(COMPONENT_REQUIRES)
  5. register_component()