Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-BSpline
Commits
02d37384
Commit
02d37384
authored
Dec 28, 2016
by
Jan Möbius
Browse files
Build without rpath
parent
0a802c5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/BSplineCurve/CMakeLists.txt
View file @
02d37384
...
...
@@ -60,6 +60,7 @@ include_directories (
# remove template cc files from source file list
acg_drop_templates
(
sources
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
sources
}
${
headers
}
${
moc_targets
}
)
set_target_properties
(
${
TYPENAME
}
PROPERTIES MACOSX_RPATH 0
)
add_dependencies
(
${
TYPENAME
}
OpenMeshCore OpenMeshTools ACG OpenFlipperPluginLib
)
...
...
ObjectTypes/BSplineSurface/CMakeLists.txt
View file @
02d37384
...
...
@@ -60,6 +60,7 @@ include_directories (
# remove template cc files from source file list
acg_drop_templates
(
sources
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
sources
}
${
headers
}
${
moc_targets
}
)
set_target_properties
(
${
TYPENAME
}
PROPERTIES MACOSX_RPATH 0
)
add_dependencies
(
${
TYPENAME
}
OpenMeshCore OpenMeshTools ACG OpenFlipperPluginLib
)
...
...
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