FreeCAD/src/Mod/Arch/CMakeLists.txt
2011-10-14 16:48:44 +00:00

39 lines
552 B
CMake

SET(Arch_SRCS
Init.py
InitGui.py
Component.py
Cell.py
Wall.py
importIFC.py
ifcReader.py
IFC2X3_TC1.exp
Arch_rc.py
Arch.py
Building.py
Floor.py
Site.py
Structure.py
Commands.py
SectionPlane.py
importDAE.py
importOBJ.py
Window.py
)
SOURCE_GROUP("" FILES ${Arch_SRCS})
SET(all_files ${Arch_SRCS})
ADD_CUSTOM_TARGET(Arch ALL
SOURCES ${all_files}
)
fc_copy_sources("Mod/Arch" "Arch" ${all_files})
install(
FILES
${Arch_SRCS}
DESTINATION
Mod/Arch
)