Skip to content
Snippets Groups Projects
Commit df11d84e authored by Patrik Huber's avatar Patrik Huber
Browse files

Added glm as submodule from official repo

Submodule points at release tag 0.9.8.3
parent 8aee25be
No related branches found
No related tags found
No related merge requests found
[submodule "3rdparty/pybind11"]
path = 3rdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
Subproject commit 6a1e2ec5d5e79e6d869c947cbdbcbb297bdf9d32
......@@ -95,7 +95,7 @@ message(STATUS "Eigen3 include dir found at ${EIGEN3_INCLUDE_DIR}")
message(STATUS "Eigen3 version: ${EIGEN3_VERSION}")
set(CEREAL_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/3rdparty/cereal-1.1.1/include")
set(glm_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/3rdparty/glm-git-modified")
set(glm_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/3rdparty/glm")
# Header files:
set(HEADERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment