Added CMake find modules, fixing build on FreeBSD.
This commit is contained in:
4
cmake/FindWeeChat.cmake
Normal file
4
cmake/FindWeeChat.cmake
Normal file
@@ -0,0 +1,4 @@
|
||||
find_path(WEECHAT_INCLUDE_DIR weechat/weechat-plugin.h)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(WeeChat DEFAULT_MSG WEECHAT_INCLUDE_DIR)
|
||||
Reference in New Issue
Block a user