X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fenvironment%2FCMakeLists.txt;h=d5255b041b8cfcbdebcf537aa6f294ba4ac1a146;hb=a57e969639575643d6961344f4904c04d8415de0;hp=8718f9a3c4b29ae2bbf49fd14697ea77849ba204;hpb=4b02335637243d2882ebf47aedde462bd6585a7f;p=simgear.git diff --git a/simgear/environment/CMakeLists.txt b/simgear/environment/CMakeLists.txt index 8718f9a3..d5255b04 100644 --- a/simgear/environment/CMakeLists.txt +++ b/simgear/environment/CMakeLists.txt @@ -13,7 +13,7 @@ if (SIMGEAR_SHARED) target_link_libraries(test_metar SimGearScene) else() target_link_libraries(test_metar - sgenvironment sgstructure sgmisc sgdebug + SimGearScene SimGearCore ${CMAKE_THREAD_LIBS_INIT} ${ZLIB_LIBRARY} ${RT_LIBRARY})