FreeCAD/src/Mod/Mesh/CMakeLists.txt
2014-08-03 20:53:19 +02:00

16 lines
227 B
CMake

add_subdirectory(App)
if(BUILD_GUI)
add_subdirectory(Gui)
endif(BUILD_GUI)
INSTALL(
FILES
Init.py
InitGui.py
BuildRegularGeoms.py
App/MeshTestsApp.py
DESTINATION
Mod/Mesh
)