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
Commits
a8ba83bf
Commit
a8ba83bf
authored
Jan 31, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added library dir of python for coreapp
parent
c392d837
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CoreApp/CMakeLists.txt
CoreApp/CMakeLists.txt
+1
-0
No files found.
CoreApp/CMakeLists.txt
View file @
a8ba83bf
...
...
@@ -138,6 +138,7 @@ endif ()
if
(
PYTHON3_FOUND
)
target_link_libraries
(
${
OPENFLIPPER_PRODUCT_STRING
}
${
PYTHON_LIBRARY
}
pybind11::module pybind11::embed Python3::Python
)
link_directories
(
${
Python3_LIBRARY_DIRS
}
)
add_definitions
(
-DPYTHON_ENABLED
)
message
(
"OpenFlipper builds with python support"
)
...
...
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