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
d98d1ecc
Commit
d98d1ecc
authored
Jul 12, 2018
by
Davis King
Browse files
merged
parents
9848699f
63d963ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+15
-2
No files found.
dlib/CMakeLists.txt
View file @
d98d1ecc
...
...
@@ -825,7 +825,20 @@ if (NOT TARGET dlib)
ARCHIVE DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/ DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dlib
FILES_MATCHING PATTERN
"*.h"
PATTERN
"*.cmake"
FILES_MATCHING
PATTERN
"*.h"
PATTERN
"*.cmake"
PATTERN
"*_tutorial.txt"
PATTERN
"cassert"
PATTERN
"cstring"
PATTERN
"fstream"
PATTERN
"iomanip"
PATTERN
"iosfwd"
PATTERN
"iostream"
PATTERN
"istream"
PATTERN
"locale"
PATTERN
"ostream"
PATTERN
"sstream"
REGEX
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
EXCLUDE
)
...
...
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