
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5019 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
39 lines
552 B
CMake
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
|
|
)
|