X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=dc3a5a26256b298bee48f9d9b27e21b5ebd83e44;hb=5235c979f94063e3c311b354fdff165701504652;hp=65cda7556b119b4b1987260e1e1f0e295cc67d81;hpb=6f1e710a17c7d1558a35627ca310ae129ea607ee;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 65cda75..dc3a5a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(creaImageIO) SET(PROJECT_MAJOR_VERSION 0) SET(PROJECT_MINOR_VERSION 2) -SET(PROJECT_BUILD_VERSION 2) +SET(PROJECT_BUILD_VERSION 3) SET(CREA_VERBOSE_CMAKE TRUE) FIND_PACKAGE(crea REQUIRED) @@ -75,4 +75,5 @@ ENDIF(BUILD_CREA_PACS) # SUBDIRS(appli) SUBDIRS(bbtk) +SUBDIRS(win32) SUBDIRS(install)