mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
windows builds now use rapidjson from a submodule
This commit is contained in:
parent
af1e0d13e5
commit
cb0d078648
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
2
dependencies/rapidjson.pri
vendored
2
dependencies/rapidjson.pri
vendored
|
@ -1,4 +1,4 @@
|
|||
# rapidjson
|
||||
win32 {
|
||||
INCLUDEPATH += C:/local/rapidjson/include/
|
||||
INCLUDEPATH += $$PWD/../lib/rapidjson/include/
|
||||
}
|
||||
|
|
1
lib/rapidjson
Submodule
1
lib/rapidjson
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51
|
Loading…
Reference in a new issue