File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -62,3 +62,25 @@ cppp_build_library(${PROJECT_NAME} "${srcdir}/lib/iconv.cpp" TRUE TRUE "${srcdir
6262
6363# Include test suite.
6464include ("tests/tests.cmake" )
65+
66+ # Install
67+ # Static
68+ # PERMISSIONS 0644
69+ install (TARGETS libcppp-reiconv.static
70+ DESTINATION "${install_staticdir} "
71+ PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ )
72+
73+ # Shared
74+ # PERMISSIONS 0755
75+ install (TARGETS libcppp-reiconv.shared
76+ EXPORT libcppp-reiconv-export
77+ DESTINATION "${install_shareddir} "
78+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
79+
80+ # Includes
81+ # install includes
82+ # PERMISSIONS 0644
83+ install (FILES "${output_includedir} /cppp/reiconv.hpp.inst"
84+ DESTINATION "${install_includedir} "
85+ RENAME "cppp/reiconv.hpp"
86+ PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ )
You can’t perform that action at this time.
0 commit comments