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
51de5a3f
Commit
51de5a3f
authored
Jan 23, 2019
by
Jan Möbius
Browse files
More output
parent
443671c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
CoreApp/.CMakeLists.txt.swp
0 → 100644
View file @
51de5a3f
File added
CoreApp/CMakeLists.txt
View file @
51de5a3f
...
...
@@ -74,12 +74,14 @@ set (directories
${
WIN_EXTRA_DIRS
}
)
if
(
P
YTHON
3_FOUND
)
if
(
P
ython
3_FOUND
)
include_directories
(
${
Python3_INCLUDE_DIRS
}
)
list
(
APPEND directories
"../PythonInterpreter"
)
message
(
"Including Python interpreter"
)
endif
()
...
...
cmake/CMakeLists.txt
View file @
51de5a3f
...
...
@@ -83,7 +83,7 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${_more_macro_directories})
# Python support
# ========================================================================
find_package
(
Python COMPONENTS Development
)
find_package
(
Python
3
COMPONENTS Development
)
if
(
NOT TARGET pybind11::module OR NOT TARGET pybind11::embed
)
add_subdirectory
(
OpenFlipper/libs_required/pybind11
)
...
...
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