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:
parent
3bb7a25580
commit
c2f163ec97
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ endif()
|
|||
|
||||
target_link_libraries(fgviewer
|
||||
SimGearScene SimGearCore
|
||||
${OPENGL_LIBRARIES}
|
||||
${FGVIEWER_RTI_LIBRARIES}
|
||||
${GDAL_LIBRARY}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue