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
c9faacce
Commit
c9faacce
authored
Dec 25, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos
parent
cf0b3b94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
examples/CMakeLists.txt
+4
-4
No files found.
examples/CMakeLists.txt
View file @
c9faacce
...
...
@@ -65,10 +65,10 @@ target_link_libraries(assignment_learning_ex dlib::dlib)
# cmake --build . --config Release
#
# The cmake .. command looks in the parent folder for a file named
# CMakeLists.txt, reads it,
sets up everything needed to build program. Also,
#
note that CMake can generate Visual Studio or XCode project files. So if
# instead you had written:
#
mkdir
build
# CMakeLists.txt, reads it,
and sets up everything needed to build program.
#
Also, note that CMake can generate Visual Studio or XCode project files. So
# i
f i
nstead you had written:
#
cd
build
# cmake .. -G Xcode
#
# You would be able to open the resulting Xcode project and compile and edit
...
...
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