CMakeLists.txt 237 B

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