mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-29 19:22:38 +00:00
Fix add_library for nlohmann_json
This commit is contained in:
parent
858fa44bcf
commit
43eb8471e5
1 changed files with 1 additions and 1 deletions
2
thirdparty/nlohmann-json/CMakeLists.txt
vendored
2
thirdparty/nlohmann-json/CMakeLists.txt
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# Update from https://github.com/nlohmann/json/releases
|
||||
add_library(nlohmann_json INTERFACE "include/nlohmann/json.hpp" "include/nlohmann/json_fwd.hpp")
|
||||
add_library(nlohmann_json INTERFACE)
|
||||
target_include_directories(nlohmann_json INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
add_library(nlohmann_json::nlohmann_json ALIAS nlohmann_json)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue