mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 07:07:47 -05:00
4 lines
83 B
CMake
4 lines
83 B
CMake
|
|
function(inner_dependency_function)
|
||
|
|
message("called inner method")
|
||
|
|
endfunction()
|