Meta: Add JSON parsing library dependency
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "vendor/json"]
|
||||
path = vendor/json
|
||||
url = https://github.com/nlohmann/json
|
||||
@@ -56,6 +56,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
include_directories(
|
||||
"src"
|
||||
"test"
|
||||
"vendor/json/include"
|
||||
)
|
||||
|
||||
# Define source files
|
||||
|
||||
+1
Submodule vendor/json added at eec79d4e8a
Reference in New Issue
Block a user