1
0
Fork 0

Cmake: resolve clock_gettime

This commit is contained in:
Frederic Bouvier 2011-01-10 23:22:24 +01:00
parent 867508def8
commit 3d1e9d5831

View file

@ -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)