]> git.cworth.org Git - vogl/commitdiff
vogleditor: Add link libraries that are needed
authorAndrew Wong <andrew.kw.w@gmail.com>
Fri, 14 Mar 2014 03:33:49 +0000 (23:33 -0400)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 18:42:50 +0000 (11:42 -0700)
src/vogleditor/CMakeLists.txt

index 2dc839e284e345357b9dacd9618c8a1dd808c93b..bf2c3c66e3c0f2539db3c1cba96bc7c266d345d5 100644 (file)
@@ -153,6 +153,8 @@ target_link_libraries(${PROJECT_NAME}
        backtrace
        voglcommon
     voglcore
+    X11
+    dl
    )
 
 build_options_finalize()