]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
dded a modified version of Mathieu's TestCopyDicom.cxx
[gdcm.git] / Example / CMakeLists.txt
index 2107d45dfea9d82b5bd14e3f4fd3efca2bcf6bda..07ed443b691cfee37c9c8a841e42730484f28602 100644 (file)
@@ -46,3 +46,6 @@ TARGET_LINK_LIBRARIES(PrintDicomDir gdcm)
 
 ADD_EXECUTABLE(BuildUpDicomDir BuildUpDicomDir.cxx)
 TARGET_LINK_LIBRARIES(BuildUpDicomDir gdcm)
+
+ADD_EXECUTABLE(TestCopyDicom TestCopyDicom.cxx)
+TARGET_LINK_LIBRARIES(TestCopyDicom  gdcm)