Files
CPM.cmake/test/unit/source_dir/dependency/CMakeLists.txt
Lars Melchior 01b69aad82 add support for SOURCE_DIR argument (#97)
* add support for SOURCE_DIR argument

* simplify code

* add test

* update comment
2020-02-25 13:29:21 +01:00

5 lines
81 B
CMake

function(dependency_function)
message("called external method")
endfunction()