From 3b27e847b0bf00ca44b11d95c4b877a94867fd3a Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sat, 25 Feb 2012 01:48:13 +0100 Subject: [PATCH] Windows... revert to directly using PLIB variables *sigh* --- utils/GPSsmooth/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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) -- 2.39.5