Fix shared library build for metar executable
This commit is contained in:
parent
cdc65753f0
commit
32c4cfa768
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ add_executable(metar metar_main.cxx)
|
|||
target_link_libraries(metar
|
||||
${SIMGEAR_LIBRARIES}
|
||||
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
||||
${SIMGEAR_SCENE_LIBRARY_DEPENDENCIES}
|
||||
${PLATFORM_LIBS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue