mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 07:07:47 -05:00
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:
@@ -0,0 +1,3 @@
|
||||
function(inner_dependency_function)
|
||||
message("called inner method")
|
||||
endfunction()
|
||||
Reference in New Issue
Block a user