bakalarka/components/ca/CMakeLists.txt

4 lines
162 B
CMake
Raw Normal View History

2020-03-20 17:01:25 +00:00
idf_component_register(SRCS "ca.c"
"gen_key.c"
INCLUDE_DIRS .
2020-03-29 02:08:36 +00:00
REQUIRES console mbedtls files )