From 2b26d969b197f3a531058752c1639677ab948347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 13 May 2013 10:19:52 +0200 Subject: [PATCH] Maybe now Jenkins is happy --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 49661290fa..781dae5e52 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -53,6 +53,7 @@ target_link_libraries( testClientMachine ${XCB_XCB_LIBRARIES} ${X11_XCB_LIBRARIES} ${X11_X11_LIB} # to make jenkins happy + ${X11_Xcursor_LIB} ) ########################################################