mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Updated anyproc
This commit is contained in:
parent
9d09730280
commit
9148c9dd65
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "anyproc"]
|
||||
path = anyproc
|
||||
url = https://gitlab.com/niansa/anyproc.git
|
||||
[submodule "libjustlm"]
|
||||
path = libjustlm
|
||||
url = https://gitlab.com/niansa/libjustlm.git
|
||||
|
|
|
@ -5,6 +5,7 @@ project(discord_llama LANGUAGES C CXX)
|
|||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_subdirectory(libjustlm)
|
||||
add_subdirectory(anyproc)
|
||||
add_subdirectory(DPP)
|
||||
add_subdirectory(thread-pool)
|
||||
|
|
2
anyproc
2
anyproc
|
@ -1 +1 @@
|
|||
Subproject commit e820c00e723e6eac2a935ad7b5b91cee9446eb9d
|
||||
Subproject commit c90cea8ac8d5182c0e9ca5dc515500ad668bca4d
|
1
libjustlm
Submodule
1
libjustlm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 06984bf36c5a8afae2b37b138a4ca0a5868e94e2
|
Loading…
Add table
Reference in a new issue