]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/CMakeLists.txt
Merge branch 'next' into durk-atc
[flightgear.git] / utils / GPSsmooth / CMakeLists.txt
index 78bc778ef5ec11064ca53a6aa75d1cb9e9b8c68b..56ed1b46373b943028389da2a7c9f465cf52e872 100644 (file)
@@ -4,30 +4,32 @@ add_executable(MIDGsmooth MIDG-II.cxx MIDG_main.cxx)
 add_executable(UGsmooth UGear.cxx UGear_command.cxx UGear_main.cxx UGear_telnet.cxx)
 
 target_link_libraries(GPSsmooth 
-       ${SIMGEAR_DEBUG_LIBRARY}
        ${SIMGEAR_IO_LIBRARY}
        ${SIMGEAR_MISC_LIBRARY}
        ${SIMGEAR_STRUCTURE_LIBRARY}
        ${SIMGEAR_TIMING_LIBRARY}
+       ${SIMGEAR_DEBUG_LIBRARY}
        ${PLIB_SG_LIBRARY}
        ${PLIB_UL_LIBRARY}
        ${ZLIB_LIBRARIES}
        ${WINMM_LIBRARY}
        ${WINSOCK_LIBRARY}
        ${ZLIB_LIBRARIES}
+       ${RT_LIBRARY}
 )
 
 target_link_libraries(MIDGsmooth 
-       ${SIMGEAR_DEBUG_LIBRARY}
        ${SIMGEAR_IO_LIBRARY}
        ${SIMGEAR_MATH_LIBRARY}
        ${SIMGEAR_SERIAL_LIBRARY}
        ${SIMGEAR_STRUCTURE_LIBRARY}
        ${SIMGEAR_TIMING_LIBRARY}
+       ${SIMGEAR_DEBUG_LIBRARY}
        ${PLIB_SG_LIBRARY}
        ${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)