Browse Source

Fixed typo.

QGC4.4
James Goppert 14 years ago
parent
commit
caab6b367f
  1. 7
      CMakeLists.txt

7
CMakeLists.txt

@ -569,12 +569,7 @@ add_executable(qgroundcontrol
) )
add_dependencies(qgroundcontrol MAVLINK) add_dependencies(qgroundcontrol MAVLINK)
target_link_libraries(qgroundcontrol target_link_libraries(qgroundcontrol
${SDL_LIBRARY} ${qgroundcontrolLibs}
${OPENGL_LIBRARIES}
${OSG_LIBRARIES}
${QT_LIBRARIES}
${FLITE_LIBRARIES}
${PHONON_LIBS}
qextserialport qmapcontrol qwt) qextserialport qmapcontrol qwt)
# qgroundcontrol install # qgroundcontrol install

Loading…
Cancel
Save