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