Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
elementary-utils
Commits
38a5547e
Commit
38a5547e
authored
Apr 25, 2017
by
Nabil Chouika
Browse files
refs#16
In ALL (trunk): - Improvements on the previous cmake commits.
parent
3887a00f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
38a5547e
...
...
@@ -52,5 +52,8 @@ target_link_libraries(
)
# Installation
install
(
TARGETS ElementaryUtils DESTINATION lib/PARTONS
)
install
(
TARGETS ElementaryUtils
RUNTIME DESTINATION bin/PARTONS
LIBRARY DESTINATION lib/PARTONS
ARCHIVE DESTINATION lib/static/PARTONS
)
install
(
DIRECTORY include/ DESTINATION include/PARTONS
)
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