From: ThorstenB Date: Sat, 25 Feb 2012 00:48:13 +0000 (+0100) Subject: Windows... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b27e847b0bf00ca44b11d95c4b877a94867fd3a;p=flightgear.git Windows... revert to directly using PLIB variables *sigh* --- diff --git a/utils/GPSsmooth/CMakeLists.txt b/utils/GPSsmooth/CMakeLists.txt index 7992ef05d..2349cc727 100644 --- a/utils/GPSsmooth/CMakeLists.txt +++ b/utils/GPSsmooth/CMakeLists.txt @@ -19,17 +19,23 @@ add_executable(UGsmooth target_link_libraries(GPSsmooth ${SIMGEAR_CORE_LIBRARIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} + ${PLIB_SG_LIBRARY} + ${PLIB_UL_LIBRARY} ) target_link_libraries(MIDGsmooth ${SIMGEAR_CORE_LIBRARIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} + ${PLIB_SG_LIBRARY} + ${PLIB_UL_LIBRARY} ) target_link_libraries(UGsmooth ${SIMGEAR_CORE_LIBRARIES} - ${ZLIB_LIBRARY} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} + ${PLIB_SG_LIBRARY} + ${PLIB_UL_LIBRARY} + ${ZLIB_LIBRARY} ) install(TARGETS GPSsmooth MIDGsmooth UGsmooth RUNTIME DESTINATION bin)