From 3d1e9d58313fa871482ca5de21a6fc96e9427cef Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Mon, 10 Jan 2011 23:22:24 +0100 Subject: [PATCH] Cmake: resolve clock_gettime --- utils/GPSsmooth/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.5