Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Staging
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Staging
Commits
dec8a47a
Commit
dec8a47a
authored
Jun 19, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed cmak
parent
bcf97fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
17 deletions
+3
-17
Plugin-Align/CMakeLists.txt
Plugin-Align/CMakeLists.txt
+3
-17
No files found.
Plugin-Align/CMakeLists.txt
View file @
dec8a47a
...
...
@@ -2,22 +2,8 @@ include (plugin)
set
(
CURRENT_PLUGIN_DEPS
""
)
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/PolyhedralMesh
)
add_definitions
(
-DENABLE_OPENVOLUMEMESH_SUPPORT
)
add_definitions
(
-DENABLE_OPENVOLUMEMESH_POLYHEDRAL_SUPPORT
)
list
(
APPEND CURRENT_PLUGIN_DEPS OpenVolumeMesh
)
endif
()
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/HexahedralMesh
)
add_definitions
(
-DENABLE_OPENVOLUMEMESH_SUPPORT
)
add_definitions
(
-DENABLE_OPENVOLUMEMESH_HEXAHEDRAL_SUPPORT
)
list
(
APPEND CURRENT_PLUGIN_DEPS OpenVolumeMesh
)
endif
()
list
(
REMOVE_DUPLICATES CURRENT_PLUGIN_DEPS
)
openflipper_plugin
(
DEPS
${
CURRENT_PLUGIN_DEPS
}
EIGEN3
DEPS OpenVolumeMesh EIGEN3
TYPES POLYHEDRALMESH
OPT_TYPES POLYHEDRALMESH HEXAHEDRALMESH
)
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