8 lines
347 B
CMake
8 lines
347 B
CMake
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
# 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 imported at startup. (FreeCADGuiInit.py)
|
|
|
|
add_subdirectory(freecad) |