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

14 lines
175 B
CMake

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