add support for SOURCE_DIR argument (#97)

* add support for SOURCE_DIR argument

* simplify code

* add test

* update comment
This commit is contained in:
Lars Melchior
2020-02-25 13:29:21 +01:00
committed by GitHub
parent 775a235880
commit 01b69aad82
5 changed files with 61 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
function(dependency_function)
message("called external method")
endfunction()