]> git.mxchange.org Git - flightgear.git/commitdiff
Fix shared library build for metar executable
authorThorstenB <brehmt@gmail.com>
Wed, 30 Nov 2011 20:45:22 +0000 (21:45 +0100)
committerThorstenB <brehmt@gmail.com>
Wed, 30 Nov 2011 20:45:22 +0000 (21:45 +0100)
src/Main/CMakeLists.txt

index 18bb7f9dca23ea9125176f7ece7a57583d200087..827e09f80c204f9f1eef63b70a914d9c0e39d29f 100644 (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}
 )