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
2c0be3f9
Commit
2c0be3f9
authored
Aug 24, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed cmake files a little to avoid warnings from the example programs.
parent
2ebafae7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-1
CMakeLists.txt
dlib/test/examples/CMakeLists.txt
+8
-0
No files found.
dlib/test/CMakeLists.txt
View file @
2c0be3f9
...
...
@@ -163,7 +163,7 @@ TARGET_LINK_LIBRARIES(${target_name} dlib )
if
(
NOT DLIB_NO_GUI_SUPPORT
)
add_subdirectory
(
gui
)
add_subdirectory
(
../../examples examples_build
)
add_subdirectory
(
examples
)
endif
()
dlib/test/examples/CMakeLists.txt
0 → 100644
View file @
2c0be3f9
# Disable some warnings from gcc when compiling the examples because fixing them would make the
# examples harder to read.
if
(
CMAKE_COMPILER_IS_GNUCXX
)
add_definitions
(
"-Wno-comment -Wno-unused-parameter"
)
endif
()
add_subdirectory
(
../../../examples examples_build
)
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