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
d20b08a0
"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "352ca3198cb25e6098f795568547075ff28e3133"
Commit
d20b08a0
authored
May 29, 2013
by
Davis King
Browse files
Added comments
parent
45da41c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tools/python/CMakeLists.txt
tools/python/CMakeLists.txt
+3
-0
No files found.
tools/python/CMakeLists.txt
View file @
d20b08a0
...
@@ -3,6 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
...
@@ -3,6 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
include
(
../../dlib/add_python_module
)
include
(
../../dlib/add_python_module
)
# Tell cmake to compile all these cpp files into a dlib python module.
add_python_module
(
dlib
add_python_module
(
dlib
src/dlib.cpp
src/dlib.cpp
src/matrix.cpp
src/matrix.cpp
...
@@ -16,4 +17,6 @@ add_python_module(dlib
...
@@ -16,4 +17,6 @@ add_python_module(dlib
src/sequence_segmenter.cpp
src/sequence_segmenter.cpp
)
)
# When you run "make install" we will copy the compiled dlib.so (or dlib.pyd)
# library file to the python_examples folder.
install_dlib_to
(
../../python_examples
)
install_dlib_to
(
../../python_examples
)
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