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
536ee8d2
Commit
536ee8d2
authored
Nov 18, 2015
by
Jan Möbius
Browse files
Add the package directories as an include path
parent
c3e2502c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/plugin.cmake
View file @
536ee8d2
...
...
@@ -455,8 +455,16 @@ function (_build_openflipper_plugin plugin)
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
}
${
CMAKE_SOURCE_DIR
}
${
OPENMESH_INCLUDE_DIRS
}
${
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