Использование wxWidgets
Удобный включаемый модуль для использования библиотеки wxWidgets.
Определяет, была ли библиотека wxWidgets найдена, и устанавливает соответствующие значения libs, incdirs, flags и т.д. Вызываются INCLUDE_DIRECTORIES и LINK_DIRECTORIES.
ИСПОЛЬЗОВАНИЕ
# Note that for MinGW users the order of libs is important!
find_package(wxWidgets REQUIRED net gl core base)
include(${wxWidgets_USE_FILE})
# and for each of your dependent executable/library targets:
target_link_libraries(<YourTarget> ${wxWidgets_LIBRARIES})
УСТАРЕВШИЙ
LINK_LIBRARIES is not called in favor of adding dependencies per target.
АВТОР
Jan Woetzel <jw -at- mip.informatik.uni-kiel.de>
© 2000–2019 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.11/module/UsewxWidgets.html