diff --git a/src/Ext/CMakeLists.txt b/src/Ext/CMakeLists.txt index 56b6275224..7b7a5a13a1 100644 --- a/src/Ext/CMakeLists.txt +++ b/src/Ext/CMakeLists.txt @@ -1,6 +1,6 @@ -# this directory is the entry point for extension modules. Any package +# this directory is the entry point for namespace modules. Any package # installed to a directory "freecad" which is in sys.path can be imported # with "from freecad import package" and is checked for a init_gui.py -# module, which is import at startup. (FreeCADGuiInit.py) +# module, which is imported at startup. (FreeCADGuiInit.py) add_subdirectory(freecad) \ No newline at end of file