Added JsonCPP library location to search paths
* Fixed '-dirty' submodule changes Probably fixes an issue somewhere too?
This commit is contained in:
7
.gitmodules
vendored
7
.gitmodules
vendored
@@ -22,16 +22,21 @@
|
||||
[submodule "lib/polarssl"]
|
||||
path = lib/polarssl
|
||||
url = https://github.com/mc-server/polarssl.git
|
||||
ignore = dirty
|
||||
[submodule "lib/SQLiteCpp"]
|
||||
path = lib/SQLiteCpp
|
||||
url = https://github.com/mc-server/SQLiteCpp.git
|
||||
ignore = dirty
|
||||
[submodule "lib/libevent"]
|
||||
path = lib/libevent
|
||||
url = https://github.com/mc-server/libevent.git
|
||||
ignore = dirty
|
||||
[submodule "lib/jsoncpp"]
|
||||
path = lib/jsoncpp
|
||||
url = https://github.com/open-source-parsers/jsoncpp.git
|
||||
ignore = dirty
|
||||
[submodule "lib/TCLAP"]
|
||||
path = lib/TCLAP
|
||||
url = https://github.com/mc-server/TCLAP.git
|
||||
|
||||
ignore = dirty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user