Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-Plane
Commits
9472bd1c
Commit
9472bd1c
authored
Dec 22, 2016
by
Jan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to diable rpath
parent
8ef24620
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ObjectTypes/Plane/CMakeLists.txt
ObjectTypes/Plane/CMakeLists.txt
+6
-0
No files found.
ObjectTypes/Plane/CMakeLists.txt
View file @
9472bd1c
...
...
@@ -65,6 +65,12 @@ acg_add_library ( ${TYPENAME} SHARED ${sources} ${headers} ${moc_targets} )
add_dependencies
(
${
TYPENAME
}
OpenMeshCore OpenMeshTools ACG OpenFlipperPluginLib
)
set_target_properties
(
${
TYPENAME
}
PROPERTIES
BUILD_WITH_INSTALL_RPATH 0
SKIP_BUILD_RPATH 0
)
target_link_libraries
(
${
TYPENAME
}
${
OPENMESH_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