7 ${GDCM_SOURCE_DIR}/src/
11 ADD_EXECUTABLE(FindTags FindTags.cxx)
12 TARGET_LINK_LIBRARIES(FindTags gdcm)
14 ADD_EXECUTABLE(TestDcm2Acr TestDcm2Acr.cxx)
15 TARGET_LINK_LIBRARIES(TestDcm2Acr gdcm)
17 ADD_EXECUTABLE(TestWrite TestWrite.cxx)
18 TARGET_LINK_LIBRARIES(TestWrite gdcm)
20 ADD_EXECUTABLE(TestWriteSimple TestWriteSimple.cxx)
21 TARGET_LINK_LIBRARIES(TestWriteSimple gdcm)
23 ADD_EXECUTABLE(PrintDocument PrintDocument.cxx)
24 TARGET_LINK_LIBRARIES(PrintDocument gdcm)
26 ADD_EXECUTABLE(PrintFile PrintFile.cxx)
27 TARGET_LINK_LIBRARIES(PrintFile gdcm)
29 ADD_EXECUTABLE(PrintHeader PrintHeader.cxx)
30 TARGET_LINK_LIBRARIES(PrintHeader gdcm)
32 ADD_EXECUTABLE(WriteDicom WriteDicom.cxx)
33 TARGET_LINK_LIBRARIES(WriteDicom gdcm)
35 ADD_EXECUTABLE(Write Write.cxx)
36 TARGET_LINK_LIBRARIES(Write gdcm)
38 ADD_EXECUTABLE(WriteRead WriteRead.cxx)
39 TARGET_LINK_LIBRARIES(WriteRead gdcm)
41 ADD_EXECUTABLE(makeDicomDir makeDicomDir.cxx)
42 TARGET_LINK_LIBRARIES(makeDicomDir gdcm)
44 ADD_EXECUTABLE(PrintDicomDir PrintDicomDir.cxx)
45 TARGET_LINK_LIBRARIES(PrintDicomDir gdcm)
47 ADD_EXECUTABLE(BuildUpDicomDir BuildUpDicomDir.cxx)
48 TARGET_LINK_LIBRARIES(BuildUpDicomDir gdcm)
50 ADD_EXECUTABLE(TestCopyDicom TestCopyDicom.cxx)
51 TARGET_LINK_LIBRARIES(TestCopyDicom gdcm)
53 ADD_EXECUTABLE(TestChangeHeader TestChangeHeader.cxx)
54 TARGET_LINK_LIBRARIES(TestChangeHeader gdcm)
56 ADD_EXECUTABLE(TestReadWriteReadCompare TestReadWriteReadCompare.cxx)
57 TARGET_LINK_LIBRARIES(TestReadWriteReadCompare gdcm)
59 ADD_EXECUTABLE(FlatHashTablePrint FlatHashTablePrint.cxx)
60 TARGET_LINK_LIBRARIES(FlatHashTablePrint gdcm)