mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 09:01:24 +02:00
10 lines
306 B
CMake
Executable File
10 lines
306 B
CMake
Executable File
set(PICOKEYS_SDK_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../..)
|
|
|
|
idf_component_register(
|
|
SRCS ${LIBCVC_SOURCES}
|
|
INCLUDE_DIRS ${PICOKEYS_SDK_DIR}/third-party/libcvc/src ${PICOKEYS_SDK_DIR}/third-party/libcvc/include
|
|
REQUIRES mbedtls
|
|
)
|
|
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)
|