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
10fc1888
Commit
10fc1888
authored
Jan 31, 2019
by
Jan Möbius
Browse files
Added library dir of python for plugins
parent
15d5ca4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/plugin.cmake
View file @
10fc1888
...
...
@@ -643,7 +643,8 @@ function (_build_openflipper_plugin plugin)
if
(
PYTHON3_FOUND
)
message
(
"Trying to build
${
_PLUGIN
}
_PYTHONINTERFACE "
)
acg_append_files
(
sources
"*.cc"
PythonInterface
)
link_directories
(
${
Python3_LIBRARY_DIRS
}
)
include_directories
(
${
Python3_INCLUDE_DIRS
}
)
add_definitions
(
-DPYTHONINTERFACE_ENABLED
)
endif
()
...
...
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