mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
4 lines
245 B
CMake
4 lines
245 B
CMake
# Update from https://github.com/nlohmann/json/releases
|
|
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)
|