X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=eda72b30bb4d1151623d298aa6b7b2942c229b8f;hb=f24c18d2764f853ef96f55ff53562393ca2b2139;hp=def1eead344fe975ff1803c0363a96478c94675e;hpb=40f4fe3fb126ac71cbd74e5e94bd693f9e1579e3;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index def1eea..eda72b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT(creaImageIO) -SET(PROJECT_MAJOR_VERSION 1) -SET(PROJECT_MINOR_VERSION 0) +SET(PROJECT_MAJOR_VERSION 0) +SET(PROJECT_MINOR_VERSION 2) SET(PROJECT_BUILD_VERSION 0) SET(CREA_VERBOSE_CMAKE TRUE) @@ -41,5 +41,5 @@ ENDIF(WIN32) SUBDIRS(src) SUBDIRS(appli) -#SUBDIRS(bbtk) - +SUBDIRS(bbtk) +SUBDIRS(install)