Meta: Add JSON parsing library dependency

This commit is contained in:
Riyyi
2022-02-08 22:52:21 +01:00
parent c853dfcf24
commit b7fce68144
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/nlohmann/json
+1
View File
@@ -56,6 +56,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include_directories(
"src"
"test"
"vendor/json/include"
)
# Define source files
Vendored Submodule
+1
Submodule vendor/json added at eec79d4e8a