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
c9faacce
Commit
c9faacce
authored
Dec 25, 2017
by
Davis King
Browse files
Fixed typos
parent
cf0b3b94
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
examples/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
#
if
instead 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