Toolchain/CMake/libprocess.cmake

12 lines
200 B
CMake
Raw Permalink Normal View History

2025-12-20 06:37:29 +01:00
include(FetchContent)
FetchContent_Declare(
libcbor
GIT_REPOSITORY ssh://git@code.3011.io/TennesseeTrash/LibProcess.git
GIT_TAG v0.0.1
)
FetchContent_MakeAvailable(
libcbor
)