Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "third_party/scnlib"]
path = third_party/scnlib
url = https://github.com/eliaskosunen/scnlib.git
[submodule "third_party/glob"]
path = third_party/glob
url = https://github.com/p-ranav/glob.git
7 changes: 7 additions & 0 deletions third_party/cmake/glob.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# glob-0.0.1 (46fb9fc9)
set(lib_dir ${oops_3rd_dir}/glob)
if(NOT EXISTS "${lib_dir}/CMakeLists.txt")
execute_process(COMMAND git submodule update --init --recursive ${lib_dir})
endif()

add_subdirectory(${lib_dir})
1 change: 1 addition & 0 deletions third_party/glob
Submodule glob added at 46fb9f
Loading