Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
3e9c6f15
Commit
3e9c6f15
authored
Nov 18, 2015
by
Jan Möbius
Browse files
Pluginlib needs to integrate the objecttypes from pacages as well
parent
536ee8d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
PluginLib/CMakeLists.txt
View file @
3e9c6f15
...
...
@@ -26,8 +26,17 @@ foreach ( OF_PACKAGE ${OF_PACKAGES})
list
(
APPEND PACKAGE_INCLUDES
"
${
CMAKE_SOURCE_DIR
}
/
${
OF_PACKAGES
}
"
)
endforeach
()
# search all lib directories in packages for OpenFlipper
file
(
GLOB PACKAGE_DIRS
"
${
CMAKE_SOURCE_DIR
}
/Package-*"
)
include_directories
(
..
${
PACKAGE_DIRS
}
${
OPENMESH_INCLUDE_DIRS
}
${
CMAKE_SOURCE_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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