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] [blame] |
- Added install targets to the CMake files
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt new file mode 100644 index 0000000..c60cd6b --- /dev/null +++ b/include/CMakeLists.txt
@@ -0,0 +1,5 @@ +FILE(GLOB headers "polarssl/*.h") + +INSTALL(FILES ${headers} + DESTINATION include/polarssl + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)