X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=1a588bb601c02a3215951a8713f2eea7889f3bdd;hb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;hp=b49dbe1a7b5872e065c4e8ae09e24979d2436d72;hpb=aa0fc6ed66dc186bae363418702f402dc3f0ea21;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index b49dbe1a..1a588bb6 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -58,3 +58,6 @@ TARGET_LINK_LIBRARIES(TestReadWriteReadCompare gdcm) ADD_EXECUTABLE(FlatHashTablePrint FlatHashTablePrint.cxx) TARGET_LINK_LIBRARIES(FlatHashTablePrint gdcm) + +ADD_EXECUTABLE(Volume2Dicom Volume2Dicom.cxx) +TARGET_LINK_LIBRARIES(Volume2Dicom gdcm)