1
0
Fork 0

Fix linkage of fgviewer

Now we don't export OpenGL publiclly from SimGear, declare that
FGViewer uses OpenGL symbols directly, explicitly.
This commit is contained in:
James Turner 2019-10-19 08:08:38 -07:00
parent 3bb7a25580
commit c2f163ec97

View file

@ -48,6 +48,7 @@ endif()
target_link_libraries(fgviewer target_link_libraries(fgviewer
SimGearScene SimGearCore SimGearScene SimGearCore
${OPENGL_LIBRARIES}
${FGVIEWER_RTI_LIBRARIES} ${FGVIEWER_RTI_LIBRARIES}
${GDAL_LIBRARY} ${GDAL_LIBRARY}
) )