[opengm] 05/40: add matching converters

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 14 16:06:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository opengm.

commit 933fad7240c077a560505ffde0c92420b71e4830
Author: joergkappes <kappes at math.uni-heidelberg.de>
Date:   Fri Nov 27 14:39:15 2015 +0100

    add matching converters
---
 src/converter/CMakeLists.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/converter/CMakeLists.txt b/src/converter/CMakeLists.txt
index 78588cf..00ec83c 100644
--- a/src/converter/CMakeLists.txt
+++ b/src/converter/CMakeLists.txt
@@ -33,6 +33,13 @@ if(BUILD_CONVERTER)
       add_executable(opengm2wudag opengm2wudag.cxx ${headers})
       target_link_libraries(opengm2wudag ${HDF5_LIBRARIES})   
       INSTALL_TARGETS(/bin/converter opengm2wudag)
-    
+
+      add_executable(matching2opengm matching2opengm.cxx ${headers})
+      target_link_libraries(matching2opengm ${HDF5_LIBRARIES})   
+      INSTALL_TARGETS(/bin/converter matching2opengm)    
+
+      add_executable(matching2opengm-N2N matching2opengm-N2N.cxx ${headers})
+      target_link_libraries(matching2opengm-N2N ${HDF5_LIBRARIES})   
+      INSTALL_TARGETS(/bin/converter matching2opengm-N2N)    
     endif()
 endif()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list