X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=a20712bb70526fc4a7d12042e361f393b9276ec6;hb=4a17a289103f77885e288aaae250e57c91ae3424;hp=bcf35b4bef73aabbf2d45a13aeb0f3de703ce224;hpb=6ea571ab3b7a539aaaca066db3941f5017920209;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf35b4..a20712b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,10 @@ SUBDIRS(packages) #----------------------------------------------------------------------------- +#---Documentation------------- +#http://www.cmake.org/Wiki/CMake:Packaging_With_CPack +#http://www.cmake.org/Wiki/CMake:CPackConfiguration +#http://www.cmake.org/Wiki/CMake:Install_Commands @@ -45,5 +49,7 @@ ELSE(WIN32 AND NOT UNIX) SET(CPACK_STRIP_FILES "bin/bbi") SET(CPACK_SOURCE_STRIP_FILES "") ENDIF(WIN32 AND NOT UNIX) -SET(CPACK_PACKAGE_EXECUTABLES "bbi" "bbs interpreter") +SET(CPACK_PACKAGE_EXECUTABLES "bbi" "bbs interpreter" ) + + INCLUDE(CPack)