attach license info to module files; fixes #211
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
include(CheckIncludeFile)
|
||||
|
||||
function(_find_include_dir _names _hints _result)
|
||||
|
@ -1,3 +1,6 @@
|
||||
# (c) https://github.com/coderefinery/autocmake/blob/master/AUTHORS.md
|
||||
# licensed under BSD-3: https://github.com/coderefinery/autocmake/blob/master/LICENSE
|
||||
|
||||
include(CheckFunctionExists)
|
||||
|
||||
function(_find_library _names _check_function _result)
|
||||
|
Reference in New Issue
Block a user