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
542a2d2e
Commit
542a2d2e
authored
Jan 07, 2017
by
Patrik Huber
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'devel' of
https://github.com/patrikhuber/eos
into devel
parents
4ec5e910
297bd39b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
examples/CMakeLists.txt
examples/CMakeLists.txt
+0
-2
python/CMakeLists.txt
python/CMakeLists.txt
+0
-2
utils/CMakeLists.txt
utils/CMakeLists.txt
+0
-2
No files found.
examples/CMakeLists.txt
View file @
542a2d2e
cmake_minimum_required
(
VERSION 3.1.3
)
# The examples need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
#check installed version in order to include the correct OpenCV libraries
...
...
python/CMakeLists.txt
View file @
542a2d2e
cmake_minimum_required
(
VERSION 3.1.3
)
# The python bindings may need a few additional dependencies (e.g. boost filesystem and OpenCV), which are
# included below - at some point it should be checked if they are really needed.
...
...
utils/CMakeLists.txt
View file @
542a2d2e
cmake_minimum_required
(
VERSION 3.1.3
)
# The utils need a few additional dependencies (e.g. boost filesystem and OpenCV highgui):
#check installed version in order to include the correct OpenCV libraries
...
...
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