- Fixed some variable naming with graph and it's PrettyPrinter
- Added boost-atomic and boost-thread as dependencies for concurrency support
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,3 +1,9 @@
|
||||
[submodule "external/cpptrace"]
|
||||
path = external/cpptrace
|
||||
url = https://github.com/jeremy-rifkin/cpptrace.git
|
||||
[submodule "external/boost-atomic"]
|
||||
path = external/boost-atomic
|
||||
url = https://github.com/boostorg/atomic
|
||||
[submodule "external/boost-thread"]
|
||||
path = external/boost-thread
|
||||
url = https://github.com/boostorg/thread
|
||||
|
||||
Reference in New Issue
Block a user