Skip to content

Commit e387cec

Browse files
committed
[nrf noup] lib: qcbor: Add target
Since 5f519e7 removes the add_subdirectory call from the fetch remote targets we need to manually add it for qcbor. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
1 parent e39664d commit e387cec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ext/qcbor/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ fetch_remote_library(
3333
GIT_PROGRESS TRUE
3434
)
3535

36+
add_subdirectory(${QCBOR_PATH} ${CMAKE_CURRENT_BINARY_DIR}/qcbor)
37+
3638
set_target_properties(qcbor PROPERTIES EXCLUDE_FROM_ALL TRUE)
3739

3840
target_compile_options(qcbor

0 commit comments

Comments
 (0)