Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8c91f4db
Commit
8c91f4db
authored
Jun 01, 2013
by
Davis King
Browse files
Made add_python_module add the tools/python/src folder to the include search
path.
parent
b82b355e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/add_python_module
dlib/add_python_module
+3
-0
No files found.
dlib/add_python_module
View file @
8c91f4db
...
@@ -38,6 +38,9 @@ endif()
...
@@ -38,6 +38,9 @@ endif()
string(REPLACE "add_python_module" "" dlib_path ${CMAKE_CURRENT_LIST_FILE})
string(REPLACE "add_python_module" "" dlib_path ${CMAKE_CURRENT_LIST_FILE})
include(${dlib_path}/cmake)
include(${dlib_path}/cmake)
# Make sure other python interfaces can #include the headers in
# dclib/tools/python/src if they want to.
INCLUDE_DIRECTORIES(${dlib_path}/../tools/python/src)
# We put the extra _ on the end of the name just so it's possible to
# We put the extra _ on the end of the name just so it's possible to
# have a module name of dlib and not get a conflict with the target named
# have a module name of dlib and not get a conflict with the target named
...
...
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