From: Frederic Bouvier Date: Mon, 10 Jan 2011 22:22:24 +0000 (+0100) Subject: Cmake: resolve clock_gettime X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d1e9d58313fa871482ca5de21a6fc96e9427cef;p=flightgear.git Cmake: resolve clock_gettime --- diff --git a/utils/GPSsmooth/CMakeLists.txt b/utils/GPSsmooth/CMakeLists.txt index 78bc778ef..9cff68b6a 100644 --- a/utils/GPSsmooth/CMakeLists.txt +++ b/utils/GPSsmooth/CMakeLists.txt @@ -15,6 +15,7 @@ target_link_libraries(GPSsmooth ${WINMM_LIBRARY} ${WINSOCK_LIBRARY} ${ZLIB_LIBRARIES} + ${RT_LIBRARY} ) target_link_libraries(MIDGsmooth @@ -28,6 +29,7 @@ target_link_libraries(MIDGsmooth ${PLIB_UL_LIBRARY} ${WINMM_LIBRARY} ${WINSOCK_LIBRARY} + ${RT_LIBRARY} ) target_link_libraries(UGsmooth @@ -43,6 +45,7 @@ target_link_libraries(UGsmooth ${WINMM_LIBRARY} ${WINSOCK_LIBRARY} ${ZLIB_LIBRARIES} + ${RT_LIBRARY} ) install(TARGETS GPSsmooth MIDGsmooth UGsmooth RUNTIME DESTINATION bin)