]> Creatis software - gdcm.git/blobdiff - CMakeLists.txt
* FIX: make install should be ok now on ùnix plateform
[gdcm.git] / CMakeLists.txt
index 4218ea9bfc765c1d1acf178768d557d728823b81..62a568a54845920cbcaacab9569c73734ebe83c3 100644 (file)
@@ -1,7 +1,8 @@
 PROJECT(GDCM)\r
 CMAKE_MINIMUM_REQUIRED(VERSION 1.8)\r
 \r
-# The GDCM version number.\r
+#-----------------------------------------------------------------------------\r
+# GDCM version number, usefull for packaging and doxygen doc:\r
 SET(GDCM_VERSION_MAJOR 0)\r
 SET(GDCM_VERSION_MINOR 4)\r
 SET(GDCM_VERSION_PATCH 0)\r
@@ -34,8 +35,8 @@ SET(GDCM_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
 # Build directory on which many applications depend\r
 SUBDIRS(\r
   src\r
-  Test\r
   Dicts\r
+  Test\r
 )\r
 \r
 #-----------------------------------------------------------------------------\r