]> git.mxchange.org Git - flightgear.git/commitdiff
Windows...
authorThorstenB <brehmt@gmail.com>
Sat, 25 Feb 2012 00:48:13 +0000 (01:48 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 25 Feb 2012 00:48:13 +0000 (01:48 +0100)
revert to directly using PLIB variables *sigh*

utils/GPSsmooth/CMakeLists.txt

index 7992ef05d500a702e547c07a6031920e74078188..2349cc727020d3cfd2b8f576f77cf1877de1265f 100644 (file)
@@ -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)