Fix support for source subdirectories (#238)

* add support for source subdirectories

* style fixes

* remove debug log

* grammar fix in comment
This commit is contained in:
Lars Melchior
2021-03-25 10:42:51 +01:00
committed by GitHub
parent d64d816585
commit 32b063eba5
4 changed files with 74 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
function(inner_dependency_function)
message("called inner method")
endfunction()