Formatting and .gitignore
This commit is contained in:
parent
29f4ec6a5c
commit
334690f40f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
build
|
build
|
||||||
.ycm_extra_conf.*
|
|
||||||
|
@ -20,4 +20,6 @@
|
|||||||
find_path(WeeChat_INCLUDE_DIRS weechat/weechat-plugin.h)
|
find_path(WeeChat_INCLUDE_DIRS weechat/weechat-plugin.h)
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user