Skip to content

Commit

Permalink
back to use INTERFACE
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Jun 6, 2023
1 parent d5b6b9f commit 08f81f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ include_directories(third_party/utf8proc/include)
include_directories(third_party/pybind11/include)
include_directories(third_party/re2/include)
include_directories(third_party/concurrentqueue)
include_directories(third_party/glob)

add_subdirectory(third_party)
add_subdirectory(src)
Expand Down
1 change: 1 addition & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_subdirectory(antlr4_runtime)
add_subdirectory(antlr4_cypher)
add_subdirectory(glob)
add_subdirectory(utf8proc)
add_subdirectory(pybind11)
add_subdirectory(re2)
3 changes: 3 additions & 0 deletions third_party/glob/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
add_library(Glob INTERFACE)

target_include_directories(Glob INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})

0 comments on commit 08f81f1

Please sign in to comment.