mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 00:51:25 +02:00
9 lines
232 B
CMake
Executable File
9 lines
232 B
CMake
Executable File
set(PICOKEYS_SDK_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../..)
|
|
|
|
idf_component_register(
|
|
SRCS ${CJSON_SOURCES}
|
|
INCLUDE_DIRS ${PICOKEYS_SDK_DIR}/third-party/cjson
|
|
)
|
|
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)
|