Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stripped-hds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guillaume Damiand
stripped-hds
Commits
208e22d5
Unverified
Commit
208e22d5
authored
4 years ago
by
David Coeurjolly
Browse files
Options
Downloads
Patches
Plain Diff
Submodules added
parent
b60d7ada
No related branches found
No related tags found
1 merge request
!1
Submodule CGAL
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
README.md
+8
-1
8 additions, 1 deletion
README.md
src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/CMakeLists.txt
src/deps/cgal
+1
-0
1 addition, 0 deletions
src/deps/cgal
with
13 additions
and
2 deletions
.gitmodules
0 → 100644
+
3
−
0
View file @
208e22d5
[submodule "src/deps/cgal"]
path = src/deps/cgal
url = https://github.com/CGAL/cgal.git
This diff is collapsed.
Click to expand it.
README.md
+
8
−
1
View file @
208e22d5
...
...
@@ -20,7 +20,14 @@ Let us denote by SRC_DIR the root directory of the gitlab repository.
*
Boost, with components system and filesystem
*
Intel TBB
*
Qt5
*
CGAL, with component Qt5
For CGAL, we have added it as a git submodule. Just run:
```
git submodule update --recursive --init
```
# 3. Compile the programs
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
1
−
1
View file @
208e22d5
...
...
@@ -26,7 +26,7 @@ find_package(Boost COMPONENTS system filesystem REQUIRED)
# ##########################################################
# Find some packages
f
in
d_package
(
CGAL COMPONENTS Qt5 REQUIRED
)
# CGAL and QT5 component
in
clude
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/deps/cgal/CGALConfig.cmake"
)
if
(
CGAL_Qt5_FOUND
)
add_definitions
(
-DCGAL_USE_BASIC_VIEWER -DQT_NO_KEYWORDS
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
cgal
@
e3d5fccf
Subproject commit e3d5fccf5b9514f1c0ddcca4d417a011b5b26a9e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment