Add CLI11
This commit is contained in:
parent
468866b833
commit
5223f1c7c1
|
@ -12,5 +12,8 @@ add_library(sqlite3
|
|||
)
|
||||
target_include_directories(sqlite3 PUBLIC ${SQLITE_SRC})
|
||||
|
||||
add_library(CLI11 INTERFACE)
|
||||
target_include_directories(CLI11 PUBLIC third_party/CLI11)
|
||||
|
||||
add_executable(r3_gh_tool tool.cpp)
|
||||
target_link_libraries(r3_gh_tool PRIVATE spdlog::spdlog tree-sitter tree-sitter-cpp sqlite3)
|
||||
target_link_libraries(r3_gh_tool PRIVATE spdlog::spdlog tree-sitter tree-sitter-cpp sqlite3 CLI11)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue