11 lines
200 B
CMake
11 lines
200 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
libcbor
|
|
GIT_REPOSITORY ssh://git@code.3011.io/TennesseeTrash/LibProcess.git
|
|
GIT_TAG v0.0.1
|
|
)
|
|
|
|
FetchContent_MakeAvailable(
|
|
libcbor
|
|
)
|