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})