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
601d1612
Commit
601d1612
authored
Jan 21, 2017
by
Davis King
Browse files
Always compile dnn code.
parent
5f5684a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+3
-6
No files found.
dlib/CMakeLists.txt
View file @
601d1612
...
@@ -180,14 +180,11 @@ if (NOT TARGET dlib)
...
@@ -180,14 +180,11 @@ if (NOT TARGET dlib)
tokenizer/tokenizer_kernel_1.cpp
tokenizer/tokenizer_kernel_1.cpp
unicode/unicode.cpp
unicode/unicode.cpp
data_io/image_dataset_metadata.cpp
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
)
data_io/mnist.cpp
if
(
COMPILER_CAN_DO_CPP_11
)
set
(
source_files
${
source_files
}
dnn/cpu_dlib.cpp
dnn/cpu_dlib.cpp
dnn/tensor_tools.cpp
dnn/tensor_tools.cpp
)
)
endif
()
if
(
DLIB_ISO_CPP_ONLY
)
if
(
DLIB_ISO_CPP_ONLY
)
add_library
(
dlib STATIC
${
source_files
}
)
add_library
(
dlib STATIC
${
source_files
}
)
...
...
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