]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/CMakeLists.txt
Merge branch 'attenuation' into navaids-radio
[flightgear.git] / 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}
 )