From 294b753f51881d534e30c8577b37bd5aff88b53b Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 29 May 2020 17:47:21 +0200 Subject: [PATCH] FEM: add missing cmake entry --- src/Mod/Fem/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index d253e19186..2f693f6156 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -353,6 +353,7 @@ SET(FemGuiTests_SRCS ) SET(FemGuiUtils_SRCS + femguiutils/__init__.py femguiutils/selection_widgets.py )