Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
b386c667
Commit
b386c667
authored
Aug 01, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add all other destinations to install target
parent
9462ed8e
Pipeline
#2348
failed with stage
in 19 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
b386c667
...
...
@@ -529,7 +529,10 @@ endif (COMISO_BUILD_EXAMPLES )
if
(
${
PROJECT_NAME
}
MATCHES
"CoMISo"
)
# Install library
install
(
TARGETS CoMISo RUNTIME DESTINATION lib
)
install
(
TARGETS CoMISo
RUNTIME DESTINATION lib
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
# Install Header Files
install
(
DIRECTORY .
...
...
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