Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
df11d84e
Commit
df11d84e
authored
Nov 15, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added glm as submodule from official repo
Submodule points at release tag 0.9.8.3
parent
8aee25be
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.gitmodules
.gitmodules
+3
-0
3rdparty/glm
3rdparty/glm
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
.gitmodules
View file @
df11d84e
[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
glm
@
6a1e2ec5
Subproject commit 6a1e2ec5d5e79e6d869c947cbdbcbb297bdf9d32
CMakeLists.txt
View file @
df11d84e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment