]> 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 2118993a553f7d8bdb21a83d83540a39b77094df..d129acef286d3f7f7ecf35b84933b02db0eb0743 100644 (file)
@@ -37,8 +37,8 @@ add_executable(yasim yasim-test.cpp)
 
 target_link_libraries(yasim 
        fgYASim
-       ${SIMGEAR_LIBRARIES}
-       ${ZLIB_LIBRARIES})
+       ${SIMGEAR_CORE_LIBRARIES}
+        ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES})
 
 install(TARGETS yasim RUNTIME DESTINATION bin)