]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/CMakeLists.txt
change file mode to 644
[flightgear.git] / src / FDM / YASim / CMakeLists.txt
index 1f91a8ed715e9472ff90c9f594e254ec4204973e..d129acef286d3f7f7ecf35b84933b02db0eb0743 100644 (file)
@@ -38,7 +38,7 @@ add_executable(yasim yasim-test.cpp)
 target_link_libraries(yasim 
        fgYASim
        ${SIMGEAR_CORE_LIBRARIES}
-       ${ZLIB_LIBRARIES})
+        ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES})
 
 install(TARGETS yasim RUNTIME DESTINATION bin)