X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=0111b05aa8c51903593a0f41552b93d7d71959e3;hb=16887ff26b068405a235a6a8a37f4e62516de393;hp=59525c6752887ebb792f1cdd9e48e07cd7aa76e5;hpb=bc44a92d859676478ba1ad491d2a1d9256acb655;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 59525c67..0111b05a 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -10,3 +10,6 @@ INCLUDE_DIRECTORIES( ADD_EXECUTABLE(WriteDicom WriteDicom.cxx) TARGET_LINK_LIBRARIES(WriteDicom gdcm) + +ADD_EXECUTABLE(PrintDocument PrintDocument.cxx) +TARGET_LINK_LIBRARIES(PrintDocument gdcm)