Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
a9b9299f
Commit
a9b9299f
authored
Dec 12, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed DLIB_ISO_CPP_ONLY not building.
parent
d223a8a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
dlib/CMakeLists.txt
+2
-2
source.cpp
dlib/all/source.cpp
+3
-3
No files found.
dlib/CMakeLists.txt
View file @
a9b9299f
...
...
@@ -187,8 +187,6 @@ if (NOT TARGET dlib)
unicode/unicode.cpp
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
dnn/cpu_dlib.cpp
dnn/tensor_tools.cpp
global_optimization/global_function_search.cpp
)
...
...
@@ -232,6 +230,8 @@ if (NOT TARGET dlib)
threads/async.cpp
timer/timer.cpp
stack_trace.cpp
dnn/cpu_dlib.cpp
dnn/tensor_tools.cpp
)
if
(
UNIX
)
...
...
dlib/all/source.cpp
View file @
a9b9299f
...
...
@@ -80,13 +80,13 @@
#include "../gui_core/gui_core_kernel_2.cpp"
#endif // DLIB_NO_GUI_SUPPORT
#include "../dnn/cpu_dlib.cpp"
#include "../dnn/tensor_tools.cpp"
#endif // DLIB_ISO_CPP_ONLY
// Stuff that requires C++11 (and some threading stuff)
#include "../dnn/cpu_dlib.cpp"
#include "../dnn/tensor_tools.cpp"
#include "../global_optimization/global_function_search.cpp"
...
...
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