]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Add the 'WriteRead' example
[gdcm.git] / Example / CMakeLists.txt
index 0111b05aa8c51903593a0f41552b93d7d71959e3..449533c94b29e4851ec7d99dda92c81fa7a48d57 100644 (file)
@@ -13,3 +13,6 @@ TARGET_LINK_LIBRARIES(WriteDicom gdcm)
 
 ADD_EXECUTABLE(PrintDocument PrintDocument.cxx)
 TARGET_LINK_LIBRARIES(PrintDocument gdcm)
+
+ADD_EXECUTABLE(WriteRead WriteRead.cxx)
+TARGET_LINK_LIBRARIES(WriteRead gdcm)