]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
inclusion of code for jpeg compression
[gdcm.git] / Example / CMakeLists.txt
index 07ed443b691cfee37c9c8a841e42730484f28602..791748f3272b38b8f651720cc126026b7effa446 100644 (file)
@@ -49,3 +49,9 @@ TARGET_LINK_LIBRARIES(BuildUpDicomDir gdcm)
 
 ADD_EXECUTABLE(TestCopyDicom TestCopyDicom.cxx)
 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)