Don't pull in entire JSON repo for single header file

This commit is contained in:
James 2017-07-18 13:37:27 +10:00
parent f6ed592be0
commit 5684dc8228
4 changed files with 14517 additions and 5 deletions

View file

@ -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()