32 lines
2.7 KiB
CMake
32 lines
2.7 KiB
CMake
|
|
install ( FILES coriolisInit.py DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES helpers/__init__.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/Configuration.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/Alliance.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/Display.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/Patterns.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/SymbolicTechnology.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/RealTechnology.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES helpers/Debug.py DESTINATION ${SYS_CONF_DIR}/coriolis2/helpers )
|
|
install ( FILES technology_symbolic.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology_cmos130_s2r.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES misc.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES hMetis.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES nimbus.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES mauka.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES kite.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES alliance.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES patterns.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES display.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES stratus1.conf DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
|
|
install ( FILES environment.alliance.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology.symbolic.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology.cmos130.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology.cmos65.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology.ams035.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology.freePDK45.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES technology.fake.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES display.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
|
install ( FILES tools.configuration.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|