Add nlohmann::json as a dependency.
This commit is contained in:
parent
6f3dce5972
commit
375e3f9af6
25447
dependencies/nlohmann/json.hpp
vendored
Normal file
25447
dependencies/nlohmann/json.hpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user