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
T
Type-OpenVolumeMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
OpenFlipper-Free
Type-OpenVolumeMesh
Commits
2adfb82a
Commit
2adfb82a
authored
Sep 03, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OVM update / cmakelists for non-finder ovm
parent
7b3af15a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
12 deletions
+7
-12
ObjectTypes/HexahedralMesh/CMakeLists.txt
ObjectTypes/HexahedralMesh/CMakeLists.txt
+2
-3
ObjectTypes/PolyhedralMesh/CMakeLists.txt
ObjectTypes/PolyhedralMesh/CMakeLists.txt
+2
-5
ObjectTypes/TetrahedralMesh/CMakeLists.txt
ObjectTypes/TetrahedralMesh/CMakeLists.txt
+2
-3
libs/OpenVolumeMesh
libs/OpenVolumeMesh
+1
-1
No files found.
ObjectTypes/HexahedralMesh/CMakeLists.txt
View file @
2adfb82a
find_package
(
OpenVolumeMesh
)
if
(
OPENVOLUMEMESH_FOUND
)
include_directories
(
${
OPENVOLUMEMESH_INCLUDE_DIR
}
)
if
(
OpenVolumeMesh_FOUND
)
include
(
type
)
target_link_libraries
(
${
TYPENAME
}
${
OPENVOLUMEMESH_LIBRARY
}
)
target_link_libraries
(
${
TYPENAME
}
OpenVolumeMesh::OpenVolumeMesh
)
endif
()
ObjectTypes/PolyhedralMesh/CMakeLists.txt
View file @
2adfb82a
find_package
(
OpenVolumeMesh
)
if
(
OPENVOLUMEMESH_FOUND
)
include_directories
(
${
OPENVOLUMEMESH_INCLUDE_DIR
}
)
if
(
OpenVolumeMesh_FOUND
)
include
(
type
)
target_link_libraries
(
${
TYPENAME
}
${
OPENVOLUMEMESH_LIBRARY
}
)
target_link_libraries
(
${
TYPENAME
}
OpenVolumeMesh::OpenVolumeMesh
)
endif
()
ObjectTypes/TetrahedralMesh/CMakeLists.txt
View file @
2adfb82a
find_package
(
OpenVolumeMesh
)
if
(
OPENVOLUMEMESH_FOUND
)
include_directories
(
${
OPENVOLUMEMESH_INCLUDE_DIR
}
)
if
(
OpenVolumeMesh_FOUND
)
include
(
type
)
target_link_libraries
(
${
TYPENAME
}
${
OPENVOLUMEMESH_LIBRARY
}
)
target_link_libraries
(
${
TYPENAME
}
OpenVolumeMesh::OpenVolumeMesh
)
endif
()
OpenVolumeMesh
@
0e08873d
Compare
77de0863
...
0e08873d
Subproject commit
77de08633fefa31ef5ac6343dbe58bb1faf9fb39
Subproject commit
0e08873d26ca8cd01fe6c841b56689284b6644f5
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