mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 23:27:49 +01:00
5 lines
151 B
CMake
5 lines
151 B
CMake
idf_component_register()
|
|
|
|
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/../../sdk" cb-sdk-build)
|
|
|
|
target_link_libraries(${COMPONENT_LIB} INTERFACE cbsdk) |