Skip to content

Commit

Permalink
WIP: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Oct 15, 2024
1 parent 5d5dbea commit 7b180e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@
[submodule "deps/TTool"]
branch = main
path = deps/TTool
url = https://github.com/ibois-epfl/TTool.git
url = https://github.com/ibois-epfl/TTool.git
[submodule "deps/googletest"]
path = deps/googletest
url = https://github.com/google/googletest
branch = main
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
branch = main
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ add_external_package(spdlog)
add_external_package(pugixml)
add_external_package(Freetype)
add_external_package(eventpp)
add_external_package(googletest)


target_include_directories(${PROJECT_NAME}
Expand Down

0 comments on commit 7b180e9

Please sign in to comment.