From 7295acbb02f9120fa5ef560070999ce02a6f3f41 Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 9 Dec 2019 15:46:59 +0300 Subject: [PATCH] Build Plugin on Windows in Debug mode. --- src/GUI/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index e381f5f..4bf2c00 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -58,6 +58,7 @@ SET(_link_LIBRARIES ${GUI_SalomeApp} ${OpenCASCADE_FoundationClasses_LIBRARIES} SalomeIDLGHS3DPLUGIN + GHS3DEngine ) # --- headers --- -- 2.39.2