Fix utilities linkage, add OpenThreads
This commit is contained in:
parent
d83715903a
commit
ab96d0b966
3 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@ target_link_libraries(GPSsmooth
|
|||
${WINMM_LIBRARY}
|
||||
${WINSOCK_LIBRARY}
|
||||
${ZLIB_LIBRARIES}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
${RT_LIBRARY}
|
||||
)
|
||||
|
||||
|
@ -25,6 +26,7 @@ target_link_libraries(MIDGsmooth
|
|||
${SIMGEAR_STRUCTURE_LIBRARY}
|
||||
${SIMGEAR_TIMING_LIBRARY}
|
||||
${SIMGEAR_DEBUG_LIBRARY}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
${PLIB_SG_LIBRARY}
|
||||
${PLIB_UL_LIBRARY}
|
||||
${WINMM_LIBRARY}
|
||||
|
@ -40,6 +42,7 @@ target_link_libraries(UGsmooth
|
|||
${SIMGEAR_SERIAL_LIBRARY}
|
||||
${SIMGEAR_STRUCTURE_LIBRARY}
|
||||
${SIMGEAR_TIMING_LIBRARY}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
${PLIB_SG_LIBRARY}
|
||||
${PLIB_UL_LIBRARY}
|
||||
${WINMM_LIBRARY}
|
||||
|
|
|
@ -4,6 +4,7 @@ add_executable(terrasync terrasync.cxx)
|
|||
|
||||
target_link_libraries(terrasync
|
||||
${SIMGEAR_LIBRARIES}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
${ZLIB_LIBRARIES}
|
||||
${WINSOCK_LIBRARY})
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ if(GLUT_FOUND)
|
|||
${PNG_LIBRARIES}
|
||||
${GLUT_LIBRARIES}
|
||||
${SIMGEAR_LIBRARIES}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
${OPENGL_LIBRARIES}
|
||||
${ZLIB_LIBRARIES}
|
||||
${PLIB_LIBRARIES}
|
||||
|
|
Loading…
Reference in a new issue