commit | 547f73d66f8e65407db93520c99a24fc168520ec | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 05 15:07:54 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 05 15:07:54 2011 +0000 |
tree | 662bcc5ce7fe29bf57f2d80b16184d9a16a4a0ba | |
parent | 99ed6788b27c6bfa26ca3c5b38c4050e6de2eecd [diff] |
- Added install targets to the CMake files
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 9e84ca6..f75629b 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -26,3 +26,7 @@ x509parse.c xtea.c ) + +INSTALL(TARGETS polarssl + DESTINATION lib + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)