fgviewer: Move rti libs past libsimgear.
This commit is contained in:
parent
eb53f3c919
commit
b0249bad98
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue