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
OpenFlipper-Free
Commits
4c9223ac
Commit
4c9223ac
authored
Dec 09, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing ui headers
parent
9d9920cc
Pipeline
#3875
failed with stage
in 104 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
OpenFlipper/cmake/plugin.cmake
OpenFlipper/cmake/plugin.cmake
+3
-0
No files found.
OpenFlipper/cmake/plugin.cmake
View file @
4c9223ac
...
...
@@ -476,6 +476,8 @@ function (_build_openflipper_plugin plugin)
"
${
CMAKE_SOURCE_DIR
}
/Package-*"
)
# ${CMAKE_BINARY_DIR}/OpenFlipper/libs_required/ACG : Required due to ui files creating headers there
include_directories
(
.
${
PACKAGE_DIRS
}
...
...
@@ -484,6 +486,7 @@ function (_build_openflipper_plugin plugin)
${
OPENMESH_INCLUDE_DIRS
}
${
CMAKE_CURRENT_SOURCE_DIR
}
${
CMAKE_CURRENT_BINARY_DIR
}
${
CMAKE_BINARY_DIR
}
/OpenFlipper/libs_required/ACG
${${
_PLUGIN
}
_DEPS_INCDIRS
}
${${
_PLUGIN
}
_INCDIRS
}
${
OPENGL_INCLUDE_DIR
}
...
...
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