1
0
Fork 0

Fix shared library build for metar executable

This commit is contained in:
ThorstenB 2011-11-30 21:45:22 +01:00
parent cdc65753f0
commit 32c4cfa768

View file

@ -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}
)