CMake: Find more external libraries

Check for LibNotify, MSpack, XTest and GnomeVFS2.
This commit is contained in:
Maarten Bent
2018-12-11 20:49:14 +01:00
parent 79344fc5b6
commit 14570b4fa3
8 changed files with 304 additions and 2 deletions

View File

@@ -76,8 +76,12 @@ set(wxTHIRD_PARTY_LIBRARIES ${wxTHIRD_PARTY_LIBRARIES} wxUSE_LIBLZMA "use liblzm
wx_option(wxUSE_OPENGL "use OpenGL (or Mesa)")
wx_option(wxUSE_LIBSDL "use SDL for audio on Unix")
if(NOT WIN32)
if(UNIX)
wx_option(wxUSE_LIBICONV "use libiconv (character conversion)")
wx_option(wxUSE_LIBNOTIFY "use libnotify for notifications")
wx_option(wxUSE_XTEST "use XTest extension")
wx_option(wxUSE_LIBMSPACK "use libmspack (CHM help files loading)")
wx_option(wxUSE_LIBGNOMEVFS "use GNOME VFS for associating MIME types")
endif()
# ---------------------------------------------------------------------------