Created
August 7, 2020 05:23
-
-
Save leozz37/346f7e70c061a98e273ccd40d86a4147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CPMAddPackage( | |
NAME nlohmann_json | |
VERSION 3.6.1 | |
URL https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip | |
URL_HASH SHA256=69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf) | |
if(nlohmann_json_ADDED) | |
add_library(nlohmann_json INTERFACE) | |
target_include_directories(nlohmann_json INTERFACE ${nlohmann_json_SOURCE_DIR}) | |
endif() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment