OpenMEsh package generator

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@200 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-09-02 13:03:21 +00:00
parent 51d7be744a
commit 2f985fc08b
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
# include our cmake files
include (ACGCommon)
include(OpenMeshPackage)
acg_get_version ()
include(OpenMeshPackage)
include (ACGOutput)
if (WIN32)

View File

@@ -17,7 +17,7 @@ set (CPACK_PACKAGE_VERSION "${OPENMESH_VERSION}")
# addition package info
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "OpenMesh")
set (CPACK_PACKAGE_EXECUTABLES "OpenMesh;")
#set (CPACK_PACKAGE_EXECUTABLES "DecimaterGui;SubdividerGui;QtViewer" "OpenMesh Decimater;OpenMesh Subdivider;OpenMesh Mesh Viewer")
set (CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
set (CPACK_PACKAGE_INSTALL_REGISTRY_KEY "${CPACK_PACKAGE_NAME}")
set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
@@ -141,4 +141,4 @@ if (EXISTS "${CMAKE_BINARY_DIR}/CPackSourceConfig.cmake")
add_custom_target (PACKAGE_SOURCE
${CMAKE_CPACK_COMMAND} --config "${CMAKE_BINARY_DIR}/CPackSourceConfig.cmake"
)
endif ()
endif ()