Add a dedicated library for working with JSON (#2047)
This commit is contained in:
parent
bed58cf8b9
commit
bf1b9a20ec
16 changed files with 154 additions and 92 deletions
|
|
@ -19,6 +19,9 @@ pkg_check_modules(CURL REQUIRED libcurl)
|
|||
pkg_check_modules(MINIUPNP miniupnpc REQUIRED)
|
||||
include_directories(SYSTEM ${MINIUPNP_INCLUDE_DIRS})
|
||||
|
||||
# nlohmann_json
|
||||
add_subdirectory(third-party/nlohmann_json)
|
||||
|
||||
# ffmpeg pre-compiled binaries
|
||||
if(WIN32)
|
||||
if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue