X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=9ea78a11eae385d276924c05bf4bccd54091dfef;hb=6e4c7c02354c74e55571095644710f6517fbf366;hp=a20712bb70526fc4a7d12042e361f393b9276ec6;hpb=2593029cb1c4a272c6502cc9abc82f980d479739;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a20712b..9ea78a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ PROJECT(BBTK) #----------------------------------------------------------------------------- +#cmake_minimum_required(VERSION 2.4) + #----------------------------------------------------------------------------- # Set global configuration of the toolkit INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake) @@ -49,7 +51,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" "bbhelp" "bbtk documentation" "bbed" "bbs Editor") INCLUDE(CPack)