Использование wxWidgets
Удобный include для использования библиотеки wxWidgets.
Определяет, найдена ли библиотека wxWidgets, и устанавливает соответствующие libs, incdirs, флаги и т. д. Вызываются 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.
АВТОР
%%%CODE_BLOCK_2%%>
© 2000–2019 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.7/module/UsewxWidgets.html