mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 22:58:14 -05:00
4 lines
80 B
CMake
4 lines
80 B
CMake
|
|
function(dependency_function)
|
||
|
|
message("called external method")
|
||
|
|
endfunction()
|