Использование wxWidgets
Удобный include для использования библиотеки 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.10/module/UsewxWidgets.html