X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FCMakeLists.txt;h=b49dbe1a7b5872e065c4e8ae09e24979d2436d72;hb=8afcac16f1406492a512a14845b6234bc9fee5ed;hp=791748f3272b38b8f651720cc126026b7effa446;hpb=770d6ef4630d6243dba1813a75c3dc2f62668a8c;p=gdcm.git diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 791748f3..b49dbe1a 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -55,3 +55,6 @@ TARGET_LINK_LIBRARIES(TestChangeHeader gdcm) ADD_EXECUTABLE(TestReadWriteReadCompare TestReadWriteReadCompare.cxx) TARGET_LINK_LIBRARIES(TestReadWriteReadCompare gdcm) + +ADD_EXECUTABLE(FlatHashTablePrint FlatHashTablePrint.cxx) +TARGET_LINK_LIBRARIES(FlatHashTablePrint gdcm)