Cmake: resolve clock_gettime
This commit is contained in:
parent
867508def8
commit
3d1e9d5831
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue