From: Mathias Froehlich Date: Sun, 17 Mar 2013 14:22:11 +0000 (+0100) Subject: fgviewer: Move rti libs past libsimgear. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0249bad98610ca0f557e6da3a551fb2123ee50a;p=flightgear.git fgviewer: Move rti libs past libsimgear. --- diff --git a/utils/fgviewer/CMakeLists.txt b/utils/fgviewer/CMakeLists.txt index bbbdac3e4..165be7484 100644 --- a/utils/fgviewer/CMakeLists.txt +++ b/utils/fgviewer/CMakeLists.txt @@ -43,10 +43,10 @@ endif() add_executable(fgviewer ${FGVIEWER_SOURCES} ${FGVIEWER_RTI_SOURCES}) target_link_libraries(fgviewer - ${FGVIEWER_RTI_LIBRARIES} ${SIMGEAR_LIBRARIES} ${OPENSCENEGRAPH_LIBRARIES} ${OPENGL_LIBRARIES} + ${FGVIEWER_RTI_LIBRARIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} ) install(TARGETS fgviewer RUNTIME DESTINATION bin)