]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
EMH: *Add PrintAllDocument, dog slow right now
[gdcm.git] / Example / CMakeLists.txt
index 59525c6752887ebb792f1cdd9e48e07cd7aa76e5..0111b05aa8c51903593a0f41552b93d7d71959e3 100644 (file)
@@ -10,3 +10,6 @@ INCLUDE_DIRECTORIES(
 
 ADD_EXECUTABLE(WriteDicom WriteDicom.cxx)
 TARGET_LINK_LIBRARIES(WriteDicom gdcm)
+
+ADD_EXECUTABLE(PrintDocument PrintDocument.cxx)
+TARGET_LINK_LIBRARIES(PrintDocument gdcm)