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