X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Example%2FCMakeLists.txt;h=ac27346896312ac63678e4b7d4b9490ec51f82d0;hb=61131cfa4902c3558c30ccc07b007fe43ed0a47f;hp=eb1ed45230d4ff1f75edee631449f5b261b52a5c;hpb=fb3bc19d96ec0bf38de3a466208a891a799f4797;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index eb1ed452..ac273468 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -12,12 +12,14 @@ SET(EXAMPLE_SOURCES exGrey2RGB exGC exImageLighten - exOverlaysACR + #exOverlaysACR + exOverlaysDCM exCurveData exExtractTag exSerieHelper + exXCoherentFileSet exExtractDicomTags - + #the following are utilities PrintDicomDir PrintFile @@ -26,8 +28,15 @@ SET(EXAMPLE_SOURCES Anonymize # for full gdcm readable files AnonymizeNoLoad # without loading the Pixel Data PatchHeader + PhilipsToBrucker2 + #ToInTag + MagnetomVisionToBrucker ReWrite - + ReWriteExtended + RawToDicom + TestValidate + #BatchUncompress + #the following will be transformed into 'examples', or 'utilities' # or will be removed # @@ -35,17 +44,15 @@ SET(EXAMPLE_SOURCES FindTags FlatHashTablePrint - TestCopyDicom - TestChangeHeader - TestFromScratch - TestWrite Volume2Dicom WriteDicomSimple WriteRead + exCTPET + AnonymizeMultiPatient ) FOREACH(name ${EXAMPLE_SOURCES}) - ADD_EXECUTABLE(${name} ${name}.cxx) + ADD_EXECUTABLE(${name} ${name}.cxx ) TARGET_LINK_LIBRARIES(${name} gdcm) INSTALL_TARGETS(/bin/ ${name}) ENDFOREACH(name)