Formatting and .gitignore
This commit is contained in:
@ -20,4 +20,6 @@
|
||||
find_path(WeeChat_INCLUDE_DIRS weechat/weechat-plugin.h)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(WeeChat FOUND_VAR WeeChat_FOUND REQUIRED_VARS WeeChat_INCLUDE_DIRS)
|
||||
find_package_handle_standard_args(WeeChat
|
||||
FOUND_VAR WeeChat_FOUND
|
||||
REQUIRED_VARS WeeChat_INCLUDE_DIRS)
|
||||
|
Reference in New Issue
Block a user