X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=1514d219ea4ec68e8cab25c2e3b5829a3736d8f5;hb=985954a7af00b467b183bb3f5db9dc11f89fcaf5;hp=df8f66986292ce33fa454c4e908f2c123317fa99;hpb=a9921455f3f7797886480f3185054fc9c59d96bc;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index df8f6698..1514d219 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -9,7 +9,12 @@ SET(EXAMPLE_SOURCES exBuildUpDicomDir exReadPapyrus exReadWriteFile - + exAnonymize + exAnonymizeNoLoad # without loading the Pixel Data + exColorToRGB + exGC + exImageLighten + #the following are utilities PrintDicomDir PrintDocument @@ -17,10 +22,12 @@ SET(EXAMPLE_SOURCES PrintHeader FindTags MakeDicomDir + AnonymizeDicomDir # without loading it as a gdcm::DicomDir #the following will be transformed into 'examples', or 'utilities' # or will be removed - + + #test FlatHashTablePrint TestCopyDicom TestChangeHeader @@ -35,5 +42,6 @@ SET(EXAMPLE_SOURCES FOREACH(name ${EXAMPLE_SOURCES}) ADD_EXECUTABLE(${name} ${name}.cxx) TARGET_LINK_LIBRARIES(${name} gdcm) + INSTALL_TARGETS(/bin/ ${name}) ENDFOREACH(name)