]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
ENH: * Huge cleanup:
[gdcm.git] / Example / CMakeLists.txt
index b49dbe1a7b5872e065c4e8ae09e24979d2436d72..1a588bb601c02a3215951a8713f2eea7889f3bdd 100644 (file)
@@ -58,3 +58,6 @@ 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)