CMake: Add Xpm to link libraries

This commit is contained in:
Marc Lagrange 2008-10-12 16:08:55 +02:00
parent fcf431661d
commit 9c197af29c

View File

@ -58,7 +58,8 @@ set(LIBRARIES_TO_LINK
${FREETYPE_LIBRARIES}
${X11_LIBRARIES}
confuse
Xft)
Xft
Xpm)
target_link_libraries(wmfs ${LIBRARIES_TO_LINK})