add_executable(<name> <options>... <sources>...) add_executable(<name> IMPORTED [GLOBAL]) add_executable(<name> ALIAS <target>)
add_executable(<name> <options>... <sources>...) add_executable(<name> IMPORTED [GLOBAL]) add_executable(<name> ALIAS <target>)
add_executable(protobuf::protoc ALIAS protoc)
add_executable(${META_PROJECT_NAME}::${target} ALIAS ${target})
add_executable (pbrt::soac ALIAS soac)
add_executable(compute_samples::${name} ALIAS ${name})
add_executable(protobuf::protoc ALIAS protoc)
add_executable(protobuf::protoc ALIAS protoc)
add_executable(${META_PROJECT_NAME}::${target} ALIAS ${target})
add_executable("${_vtk_build_module}" ALIAS
"${_vtk_add_executable_target_name}")
add_executable(CpuFeature::list_cpu_features ALIAS list_cpu_features)
add_executable(${PROJECT_NAME}::idlc ALIAS idlc)