File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "lib/zstd "]
2- path = lib/zstd
3- url = https://github.com/facebook/zstd.git
4- [submodule "lib/sqfvm "]
5- path = lib/sqfvm
6- url = https://github.com/SQFvm/vm.git
7- [submodule "lib/cpp-base64 "]
8- path = lib/cpp-base64
9- url = https://github.com/dedmen/cpp-base64.git
10- [submodule "lib/lzokay "]
11- path = lib/lzokay
12- url = https://github.com/jackoalan/lzokay.git
13- [submodule "lib/json "]
14- path = lib/json
15- url = https://github.com/nlohmann/json .git
1+ [submodule "lib/zstd "]
2+ path = lib/zstd
3+ url = https://github.com/facebook/zstd.git
4+ [submodule "lib/sqfvm "]
5+ path = lib/sqfvm
6+ url = https://github.com/SQFvm/vm.git
7+ [submodule "lib/cpp-base64 "]
8+ path = lib/cpp-base64
9+ url = https://github.com/dedmen/cpp-base64.git
10+ [submodule "lib/lzokay "]
11+ path = lib/lzokay
12+ url = https://github.com/jackoalan/lzokay.git
13+ [submodule "lib/json "]
14+ path = lib/json
15+ url = https://github.com/azadkuh/nlohmann_json_release .git
1616[submodule "lib/sol2 "]
1717 path = lib/sol2
1818 url = https://github.com/ThePhD/sol2.git
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set(LIBRARY_PATH_ZSTD "${CMAKE_SOURCE_DIR}/lib/zstd")
3232set (LIBRARY_PATH_SQFVM "${CMAKE_SOURCE_DIR} /lib/sqfvm" )
3333set (LIBRARY_PATH_B64 "${CMAKE_SOURCE_DIR} /lib/cpp-base64" )
3434set (LIBRARY_PATH_LZO "${CMAKE_SOURCE_DIR} /lib/lzokay" )
35- set (LIBRARY_PATH_JSON "${CMAKE_SOURCE_DIR} /lib/json/single_include " )
35+ set (LIBRARY_PATH_JSON "${CMAKE_SOURCE_DIR} /lib/json" )
3636set (LIBRARY_PATH_SOL2 "${CMAKE_SOURCE_DIR} /lib/sol2" )
3737
3838add_definitions (/DNOMINMAX )
Original file line number Diff line number Diff line change 1515#include < queue>
1616#include < base64.h>
1717
18- #include < nlohmann/ json.hpp>
18+ #include < json.hpp>
1919#include < src\luaHandler.hpp>
2020
2121std::queue<std::filesystem::path> tasks;
You can’t perform that action at this time.
0 commit comments