]> Creatis software - gdcm.git/blobdiff - src/CMakeLists.txt
* Test/TestAllEntryVerify.cxx minor fix and added comments.
[gdcm.git] / src / CMakeLists.txt
index 09a360ea9dfd8163b0f15466c8a66e8aa5b08ece..40a85f9386a74ba1aea05784ab58e612ee1012e8 100644 (file)
@@ -11,15 +11,7 @@ INCLUDE_DIRECTORIES(
 )
 
 SET(libgdcm_la_SOURCES
-   gdcmDicomDirElement.cxx
-   gdcmDicomDir.cxx
-   gdcmDicomDirMeta.cxx
-   gdcmDicomDirPatient.cxx
-   gdcmDicomDirStudy.cxx
-   gdcmDicomDirSerie.cxx
-   gdcmDicomDirImage.cxx
    gdcmDirList.cxx
-   gdcmObject.cxx
    gdcmDebug.cxx
    gdcmDict.cxx
    gdcmDictEntry.cxx
@@ -40,12 +32,20 @@ SET(libgdcm_la_SOURCES
    gdcmDocEntry.cxx
    gdcmDocEntrySet.cxx
    gdcmBinEntry.cxx
-   gdcmDocument.cxx
    gdcmSeqEntry.cxx
    gdcmSQItem.cxx
    gdcmElementSet.cxx
    gdcmValEntry.cxx   
-)
+   gdcmDicomDirElement.cxx
+   gdcmDocument.cxx
+   gdcmDicomDir.cxx
+   gdcmDicomDirMeta.cxx
+   gdcmDicomDirPatient.cxx
+   gdcmDicomDirStudy.cxx
+   gdcmDicomDirSerie.cxx
+   gdcmDicomDirImage.cxx
+   gdcmObject.cxx
+   )
 
 ADD_LIBRARY(gdcm ${libgdcm_la_SOURCES} )
 IF(UNIX)