7b9f8a48fd
This adds the possibility for Tox modules like AV to be optional.
5 lines
175 B
CMake
5 lines
175 B
CMake
find_path(WeeChat_INCLUDE_DIRS weechat/weechat-plugin.h)
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(WeeChat REQUIRED_VARS WeeChat_INCLUDE_DIRS)
|