windows builds now use rapidjson from a submodule
This commit is contained in:
@@ -10,3 +10,6 @@
|
||||
[submodule "lib/signals"]
|
||||
path = lib/signals
|
||||
url = https://github.com/pajlada/signals.git
|
||||
[submodule "lib/rapidjson"]
|
||||
path = lib/rapidjson
|
||||
url = https://github.com/Tencent/rapidjson.git
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
# rapidjson
|
||||
win32 {
|
||||
INCLUDEPATH += C:/local/rapidjson/include/
|
||||
INCLUDEPATH += $$PWD/../lib/rapidjson/include/
|
||||
}
|
||||
|
||||
Submodule
+1
Submodule lib/rapidjson added at f54b0e47a0
Reference in New Issue
Block a user