cmake_install.cmake
9.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Install script for directory: /cygdrive/c/PX4/home/PX4-Autopilot
# 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 "RelWithDebInfo")
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()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/platforms/posix/src/px4/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/drivers/camera_capture/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/drivers/camera_trigger/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/drivers/gps/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/drivers/pwm_out_sim/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/drivers/rpm/rpm_simulator/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/drivers/tone_alarm/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/airship_att_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/airspeed_selector/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/attitude_estimator_q/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/camera_feedback/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/commander/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/dataman/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/ekf2/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/events/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/flight_mode_manager/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/fw_att_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/fw_pos_control_l1/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/gyro_calibration/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/gyro_fft/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/land_detector/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/landing_target_estimator/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/load_mon/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/local_position_estimator/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/logger/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/mavlink/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/mc_att_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/mc_hover_thrust_estimator/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/mc_pos_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/mc_rate_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/navigator/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/rc_update/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/replay/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/rover_pos_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/sensors/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/simulator/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/temperature_compensation/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/uuv_att_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/uuv_pos_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/vmount/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/modules/vtol_att_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/dyn/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/esc_calib/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/failure/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/led_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/mixer/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/motor_ramp/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/motor_test/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/param/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/perf/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/pwm/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/sd_bench/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/shutdown/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/system_time/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/tests/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/topic_listener/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/tune_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/uorb/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/ver/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/systemcmds/work_queue/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/dyn_hello/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/fake_gps/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/fake_gyro/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/fake_magnetometer/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/fixedwing_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/hello/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/px4_mavlink_debug/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/px4_simple_app/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/rover_steering_control/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/uuv_example_app/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/src/examples/work_item/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/boards/px4/sitl/src/cmake_install.cmake")
include("/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/platforms/posix/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/cygdrive/c/PX4/home/PX4-Autopilot/build/px4_sitl_default/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")