]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
ENH: * Huge cleanup:
[gdcm.git] / Example / CMakeLists.txt
index b6ac6f45cc5b8485cb0a2aedee0dbadda248cb5d..1a588bb601c02a3215951a8713f2eea7889f3bdd 100644 (file)
@@ -52,3 +52,12 @@ TARGET_LINK_LIBRARIES(TestCopyDicom  gdcm)
 
 ADD_EXECUTABLE(TestChangeHeader TestChangeHeader.cxx)
 TARGET_LINK_LIBRARIES(TestChangeHeader  gdcm)
+
+ADD_EXECUTABLE(TestReadWriteReadCompare TestReadWriteReadCompare.cxx)
+TARGET_LINK_LIBRARIES(TestReadWriteReadCompare  gdcm)
+
+ADD_EXECUTABLE(FlatHashTablePrint FlatHashTablePrint.cxx)
+TARGET_LINK_LIBRARIES(FlatHashTablePrint gdcm)
+
+ADD_EXECUTABLE(Volume2Dicom Volume2Dicom.cxx)
+TARGET_LINK_LIBRARIES(Volume2Dicom gdcm)