]> git.cworth.org Git - vogl/commitdiff
Merge branch 'master' of https://github.com/stativ/vogl into stativ-master
authorMichael Sartain <mikesart@valvesoftware.com>
Fri, 14 Mar 2014 15:56:39 +0000 (08:56 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 19:37:24 +0000 (12:37 -0700)
Conflicts:
src/vogleditor/CMakeLists.txt

1  2 
src/vogleditor/CMakeLists.txt

index bf2c3c66e3c0f2539db3c1cba96bc7c266d345d5,e63fd93b886bcd2162023d60781572dd76b92fe2..cfccb7ee60c78787875d7d3f520bcc4f8695b8e4
@@@ -150,11 -151,12 +151,13 @@@ target_link_libraries(${PROJECT_NAME
        ${QT_QTCORE_LIBRARY} 
        ${QT_QTGUI_LIBRARY} 
        ${TELEMETRY_LIBRARY}
+       ${CMAKE_THREAD_LIBS_INIT}
+       ${X11_X11_LIB}
        backtrace
        voglcommon
 -      voglcore
 -      dl
 +    voglcore
 +    X11
 +    dl
     )
  
  build_options_finalize()