Initial project sketch
This commit is contained in:
commit
cdfbcf4f61
15 changed files with 246 additions and 0 deletions
11
CMake/libprocess.cmake
Normal file
11
CMake/libprocess.cmake
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
libcbor
|
||||
GIT_REPOSITORY ssh://git@code.3011.io/TennesseeTrash/LibProcess.git
|
||||
GIT_TAG v0.0.1
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(
|
||||
libcbor
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue