1 2 3 4 5
function(my_add_executable targetName) add_executable(${targetName} ${ARGN} ) endfunction()