mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
adding cmake rule to install Osd public headers
This commit is contained in:
parent
284a2884bb
commit
b121bf69e3
@ -197,4 +197,8 @@ target_link_libraries(osd
|
||||
${PLATFORM_LIBRARIES}
|
||||
)
|
||||
|
||||
install( FILES ${PUBLIC_HEADERS}
|
||||
DESTINATION include/osd
|
||||
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ )
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user