在add_custom_target / command中调用多个/递归cmake函数

时间:2017-12-12 17:08:24

标签: parallel-processing cmake

关于在add_custom / _target / commands中使用cmake函数的问题,这是How to call a CMake function from add_custom_target/command?CMake: execute a macro/function as the command of add_custom_command

的延续

目前我的代码是作为函数编写的,有时也称为递归,我理解上面的链接建议使用CMAKE脚本, 我们可以在该cmake脚本中拥有多个功能吗?如果是,我们在呼叫期间提到功能名称?这样的CMAKE脚本会如下所示吗?

function(name1)
endfunction()
function(name2)
endfunction()

有人可以用功能分享这种cmake脚本的内容吗?

0 个答案:

没有答案