From 06e01bbaabfcf30b95f2c384d7bdfa92af029b90 Mon Sep 17 00:00:00 2001 From: andreas <andreas@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Thu, 22 Jul 2010 14:04:07 +0000 Subject: [PATCH] added missing export for OverlayManager git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2584 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/gui/pymod/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/pymod/CMakeLists.txt b/modules/gui/pymod/CMakeLists.txt index c3006bbca..2d36fa75b 100644 --- a/modules/gui/pymod/CMakeLists.txt +++ b/modules/gui/pymod/CMakeLists.txt @@ -66,6 +66,7 @@ if (ENABLE_IMG) list(APPEND OST_GUI_PYMOD_SOURCES export_data_viewer.cc export_overlay.cc + export_overlay_manager.cc ) endif() -- GitLab