X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=ad9cfc5dbab8a2cfbc9276c21e90b84198d0b121;hb=6a3077638c3045db3888c8c5641d141ff078c8dc;hp=8259fa4a03f8ee1fc6f2d17cee7ec93878ad53ff;hpb=719f6d5eb59df04d0034dc10638b180f4c5a995f;p=creaMaracasVisu.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8259fa4..ad9cfc5 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 1) 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 )