4 lines
175 B
CMake
4 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)
|