From 9c197af29cbdf75b60a7ef33483a65beaceac92e Mon Sep 17 00:00:00 2001 From: Marc Lagrange Date: Sun, 12 Oct 2008 16:08:55 +0200 Subject: [PATCH] CMake: Add Xpm to link libraries --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0481135..1e7948b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,8 @@ set(LIBRARIES_TO_LINK ${FREETYPE_LIBRARIES} ${X11_LIBRARIES} confuse - Xft) + Xft + Xpm) target_link_libraries(wmfs ${LIBRARIES_TO_LINK})