- 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)