Copy doc if build on mac
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@356 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -171,6 +171,15 @@ else ()
|
|||||||
include (InstallRequiredSystemLibraries)
|
include (InstallRequiredSystemLibraries)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
if (APPLE)
|
||||||
|
if (EXISTS ${CMAKE_BINARY_DIR}/Build/share/OpenMesh/Doc)
|
||||||
|
install(DIRECTORY ${CMAKE_BINARY_DIR}/Build/share/OpenMesh/Doc
|
||||||
|
DESTINATION ./
|
||||||
|
COMPONENT Applications
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
include (CPack)
|
include (CPack)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user