-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
- Loading branch information
Showing
44 changed files
with
1,398 additions
and
1,497 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
include(ExternalProject) | ||
|
||
ExternalProject_Add(nlohmann-json | ||
DOWNLOAD_DIR "${CMAKE_SOURCE_DIR}/deps/nlohmann/json" | ||
DOWNLOAD_NAME json.hpp | ||
DOWNLOAD_NO_EXTRACT 1 | ||
URL https://github.com/nlohmann/json/releases/download/v3.10.2/json.hpp | ||
URL_HASH SHA256=059743e48b37e41579ee3a92e82e984bfa0d2a9a2b20b175d04db8089f46f047 | ||
CMAKE_COMMAND true | ||
BUILD_COMMAND true | ||
INSTALL_COMMAND true | ||
) | ||
|
||
include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/deps/nlohmann) |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.