Browse Source

Meta: Add JSON parsing library dependency

master
Riyyi 2 years ago
parent
commit
b7fce68144
  1. 3
      .gitmodules
  2. 1
      CMakeLists.txt
  3. 1
      vendor/json

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/nlohmann/json

1
CMakeLists.txt

@ -56,6 +56,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
include_directories(
"src"
"test"
"vendor/json/include"
)
# Define source files

1
vendor/json vendored

@ -0,0 +1 @@
Subproject commit eec79d4e8a306d0dc389d6ab7294478249069e51
Loading…
Cancel
Save