]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
* Test/*.cxx and Example/*.cxx: moved some examples away from the
[gdcm.git] / Example / CMakeLists.txt
index 1d6156c8636a15c8d9a3ad757649ac87649df691..8709bad56ed074ccb93a4166116c1ece5abd083f 100644 (file)
@@ -8,6 +8,17 @@ INCLUDE_DIRECTORIES(
   ${GDCM_BINARY_DIR}/
 )
 
+ADD_EXECUTABLE(FindTags FindTags.cxx)
+TARGET_LINK_LIBRARIES(FindTags gdcm)
+
+ADD_EXECUTABLE(TestDcm2Acr TestDcm2Acr.cxx)
+TARGET_LINK_LIBRARIES(TestDcm2Acr gdcm)
+
+ADD_EXECUTABLE(TestWrite TestWrite.cxx)
+TARGET_LINK_LIBRARIES(TestWrite gdcm)
+
+ADD_EXECUTABLE(TestWriteSimple TestWriteSimple.cxx)
+TARGET_LINK_LIBRARIES(TestWriteSimple gdcm)
 
 ADD_EXECUTABLE(PrintDocument PrintDocument.cxx)
 TARGET_LINK_LIBRARIES(PrintDocument gdcm)
@@ -15,11 +26,14 @@ TARGET_LINK_LIBRARIES(PrintDocument gdcm)
 ADD_EXECUTABLE(PrintFile PrintFile.cxx)
 TARGET_LINK_LIBRARIES(PrintFile gdcm)
 
-ADD_EXECUTABLE(Write Write.cxx)
-TARGET_LINK_LIBRARIES(Write gdcm)
+ADD_EXECUTABLE(PrintHeader PrintHeader.cxx)
+TARGET_LINK_LIBRARIES(PrintHeader gdcm)
 
 ADD_EXECUTABLE(WriteDicom WriteDicom.cxx)
 TARGET_LINK_LIBRARIES(WriteDicom gdcm)
 
+ADD_EXECUTABLE(Write Write.cxx)
+TARGET_LINK_LIBRARIES(Write gdcm)
+
 ADD_EXECUTABLE(WriteRead WriteRead.cxx)
 TARGET_LINK_LIBRARIES(WriteRead gdcm)