mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-25 11:28:02 -05:00
Don't pull in entire JSON repo for single header file
This commit is contained in:
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()
|
||||
|
Reference in New Issue
Block a user