From: Michael Sartain Date: Fri, 14 Mar 2014 15:56:39 +0000 (-0700) Subject: Merge branch 'master' of https://github.com/stativ/vogl into stativ-master X-Git-Url: https://git.cworth.org/git?p=vogl;a=commitdiff_plain;h=38bc71866f3985963881a74e69483ec2e0cb20d9 Merge branch 'master' of https://github.com/stativ/vogl into stativ-master Conflicts: src/vogleditor/CMakeLists.txt --- 38bc71866f3985963881a74e69483ec2e0cb20d9 diff --cc src/vogleditor/CMakeLists.txt index bf2c3c6,e63fd93..cfccb7e --- a/src/vogleditor/CMakeLists.txt +++ b/src/vogleditor/CMakeLists.txt @@@ -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()