]> Creatis software - creaImageIO.git/blobdiff - CMakeLists.txt
*** empty log message ***
[creaImageIO.git] / CMakeLists.txt
index 6d6e6d2b9742b369f4db62ebe058eb5becd6e3ed..b0ead9604ff17b3061ce006b9aaa24e001740526 100644 (file)
@@ -45,8 +45,8 @@ IF(USE_QT4)
 ENDIF(USE_QT4)
                 
                 
-OPTION(USE_GDCM ON)
-OPTION(USE_GDCM2 OFF)
+OPTION(USE_GDCM "Use gdcm 1.3" ON)
+OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF)
  MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}")
 IF(USE_GDCM2)
        OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)
@@ -101,6 +101,7 @@ ENDIF(BUILD_CREA_PACS)
 #
 SUBDIRS(appli)
 SUBDIRS(bbtk)
+SUBDIRS(tests)
 
 IF(MSVC AND CMAKE_SIZEOF_VOID_P MATCHES 4)
        SUBDIRS(win32)
@@ -111,3 +112,4 @@ endif()
 
 SUBDIRS(install)
 
+ENABLE_TESTING()