Add nlohmann::json as a dependency.

This commit is contained in:
Erki 2021-02-28 18:49:23 +02:00
parent 6f3dce5972
commit 375e3f9af6
2 changed files with 25450 additions and 1 deletions

25447
dependencies/nlohmann/json.hpp vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,9 @@ add_executable(op-finder
) )
target_include_directories(op-finder target_include_directories(op-finder
PRIVATE ${LLVM_INCLUDE_DIRS} PRIVATE
${LLVM_INCLUDE_DIRS}
${PROJECT_SOURCE_DIR}/dependencies
) )
target_compile_definitions(op-finder target_compile_definitions(op-finder