summaryrefslogtreecommitdiff
path: root/app/lib/examples/cmake_install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/examples/cmake_install.cmake')
-rw-r--r--app/lib/examples/cmake_install.cmake79
1 files changed, 79 insertions, 0 deletions
diff --git a/app/lib/examples/cmake_install.cmake b/app/lib/examples/cmake_install.cmake
new file mode 100644
index 0000000..e6a542a
--- /dev/null
+++ b/app/lib/examples/cmake_install.cmake
@@ -0,0 +1,79 @@
+# Install script for directory: /home/martin/XTrackCAD/src/work/app/lib/examples
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/xtrkcad/examples" TYPE FILE FILES
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/2_train_round_mrklnhomde_v1_2014_01.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/2oval8_mrklnhomde_v1_2013_03.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/2way2loop_mrklnhomde_v1_2013_04.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/2x8+L+layout+01c.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/3_circles_loops_mrklnhomde_2013_06_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/3oval1circle_mrklnhomde_v1_2013_03.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/3oval2loops_mrklnhomde_v1_2013_04.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/3oval8_mrklnhomde_v1_2013_03.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/3way_track_and_looping_mrklnhomde_2013_02_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/4_Triangles_mrklnhomde_2012_11_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Bridge_over_central_station.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Central_Station_City_mrklnhomde_2013_06_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Central_Station_mrklnhomde_2013_04_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Control-Panels.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/DVRR v3.0 E Stroudsburg - Pt Jervis.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Eishindo T Track Test Layout.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/MaerklinLayout_ReverseLoop4.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Station_2ladder_v1_2014_07_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/Station_and_Circles_mrklnhomde_2013_02_jruppert.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/bridge_and_loops_mrklnhomde_v1_2013_03.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/cascade.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/iota.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/katoxing.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/laurel_hon3.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/mr03.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/mrklnhomde_v1_geometry.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/ntrak4.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/ntrak6.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/ntrak8.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/pmi.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/port_dinllean.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/psr.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/rack-rail-ski-train-t-trak-triple-double-wide.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw1.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw2.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw3.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw4.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/spagw5.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/stonega.xtc"
+ "/home/martin/XTrackCAD/src/work/app/lib/examples/timesavr.xtc"
+ )
+endif()
+