adding cmake rule to install Osd public headers

This commit is contained in:
Manuel Kraemer 2012-06-11 06:55:06 -07:00
parent 284a2884bb
commit b121bf69e3

View File

@ -197,4 +197,8 @@ target_link_libraries(osd
${PLATFORM_LIBRARIES}
)
install( FILES ${PUBLIC_HEADERS}
DESTINATION include/osd
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ )
#-------------------------------------------------------------------------------