diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index 672c0e6db1..02c044bbef 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -347,6 +347,7 @@ SET(FemGuiViewObjects_SRCS SET(FemGuiScripts_SRCS femguiobjects/__init__.py + femguiobjects/readme.md ) SET(FemGuiUtils_SRCS diff --git a/src/Mod/Fem/femguiobjects/readme.md b/src/Mod/Fem/femguiobjects/readme.md new file mode 100644 index 0000000000..8db06d292d --- /dev/null +++ b/src/Mod/Fem/femguiobjects/readme.md @@ -0,0 +1,4 @@ +# Information ++ The view providers where moved to the directory femviewproviders. ++ This directory is kept some time because there are some dev branches around. ++ Some of these would no longer rebase if the directory will be deleted.