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
aa0fa285
"examples/vscode:/vscode.git/clone" did not exist on "cc7d88f247a70018366390359f84cb27a9546b64"
Commit
aa0fa285
authored
Jan 22, 2017
by
Davis King
Browse files
merged
parents
3793e29e
601d1612
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 @
aa0fa285
...
...
@@ -180,14 +180,11 @@ if (NOT TARGET dlib)
tokenizer/tokenizer_kernel_1.cpp
unicode/unicode.cpp
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
)
if
(
COMPILER_CAN_DO_CPP_11
)
set
(
source_files
${
source_files
}
data_io/mnist.cpp
dnn/cpu_dlib.cpp
dnn/tensor_tools.cpp
)
endif
()
if
(
DLIB_ISO_CPP_ONLY
)
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