From fa16c7972fb88bd97c915b98869d1a8fc594007f Mon Sep 17 00:00:00 2001 From: Medusa Slockbower Date: Tue, 3 Jun 2025 14:34:27 -0400 Subject: [PATCH] Added Dependencies --- .gitmodules | 3 +++ CMakeLists.txt | 4 +++- open-cpp-utils | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 open-cpp-utils diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8301aaf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "open-cpp-utils"] + path = open-cpp-utils + url = https://git.mslockbo.org/mslockbo/open-cpp-utils diff --git a/CMakeLists.txt b/CMakeLists.txt index 1805ed4..c7f2a71 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,8 @@ find_package(glm REQUIRED) find_package(GLEW REQUIRED) find_package(OpenGL REQUIRED COMPONENTS OpenGL) +add_subdirectory(open-cpp-utils) + add_library(glw INTERFACE ${GLW_HEADERS} ) @@ -84,4 +86,4 @@ if(DOXYGEN_FOUND) endif() else() message("Doxygen not found.") -endif() \ No newline at end of file +endif() diff --git a/open-cpp-utils b/open-cpp-utils new file mode 160000 index 0000000..564b3d3 --- /dev/null +++ b/open-cpp-utils @@ -0,0 +1 @@ +Subproject commit 564b3d30566e584a6ba01c47af956c08ba30ee80