Don't pull in entire JSON repo for single header file
This commit is contained in:
parent
822e8d21ea
commit
87dea94e14
4 changed files with 14517 additions and 5 deletions
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
|
@ -62,5 +62,5 @@ if (ENABLE_WEB_SERVICE)
|
|||
|
||||
# JSON
|
||||
add_library(json-headers INTERFACE)
|
||||
target_include_directories(json-headers INTERFACE ./json/src)
|
||||
target_include_directories(json-headers INTERFACE ./json)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue