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

@@ -86,5 +86,9 @@ if(UNIX AND wxUSE_LIBSDL)
wx_lib_link_libraries(core PUBLIC ${SDL_LIBRARY})
endif()
endif()
if(wxUSE_LIBNOTIFY)
wx_lib_include_directories(core PUBLIC ${LIBNOTIFY_INCLUDE_DIRS})
wx_lib_link_libraries(core PUBLIC ${LIBNOTIFY_LIBRARIES})
endif()
wx_finalize_lib(core)