]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
* ENH: added some utility method that builds a flat dictionnary
[gdcm.git] / Example / CMakeLists.txt
index 791748f3272b38b8f651720cc126026b7effa446..b49dbe1a7b5872e065c4e8ae09e24979d2436d72 100644 (file)
@@ -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)