FreeCAD/src/Mod/PartDesign/CMakeLists.txt
2011-10-10 13:44:52 +00:00

14 lines
192 B
CMake

add_subdirectory(App)
if(FREECAD_BUILD_GUI)
add_subdirectory(Gui)
endif(FREECAD_BUILD_GUI)
install(
FILES
Init.py
InitGui.py
DESTINATION
Mod/PartDesign
)