X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=a95c14d7da9c2482078087529236ec6004263d6a;hb=de28ababf60ed57a0f4381c159a2ee8c7515b213;hp=8259fa4a03f8ee1fc6f2d17cee7ec93878ad53ff;hpb=719f6d5eb59df04d0034dc10638b180f4c5a995f;p=creaMaracasVisu.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8259fa4..a95c14d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ PROJECT(creaMaracasVisu) SET(PROJECT_MAJOR_VERSION 1) SET(PROJECT_MINOR_VERSION 0) -SET(PROJECT_BUILD_VERSION 0) +SET(PROJECT_BUILD_VERSION 2) SET(CREA_VERBOSE_CMAKE TRUE) @@ -43,10 +43,10 @@ MARK_AS_ADVANCED( LIBRARY_OUTPUT_PATH ) +SUBDIRS(install) #SUBDIRS(appli) SUBDIRS(lib) SUBDIRS(bbtk) -SUBDIRS(install) INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/data/Icons )