X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2FCMakeLists.txt;h=a7ac393275fb66313e5707792fb6b08171d15a76;hb=96c2e4d3abb40ebbe3ccb49dae93679d4d2c3ef6;hp=9a309e0ea8d27514ce9247dc09f16fd3e9c17c03;hpb=f97ced2240b1d0299a288d700f1bafdf5a8ca286;p=simgear.git diff --git a/simgear/CMakeLists.txt b/simgear/CMakeLists.txt index 9a309e0e..a7ac3932 100644 --- a/simgear/CMakeLists.txt +++ b/simgear/CMakeLists.txt @@ -56,7 +56,7 @@ if(SIMGEAR_SHARED) set_property(TARGET SimGearCore PROPERTY VERSION ${SIMGEAR_VERSION}) set_property(TARGET SimGearCore PROPERTY SOVERSION ${SIMGEAR_SOVERSION}) - target_link_libraries(SimGearCore ${ZLIB_LIBRARY} ${RT_LIBRARY}) + target_link_libraries(SimGearCore ${ZLIB_LIBRARY} ${RT_LIBRARY} ${JPEG_LIBRARY}) install(TARGETS SimGearCore LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) if(NOT SIMGEAR_HEADLESS)