cmake add_executable examples

Signatures

add_executable(<name> <options>... <sources>...)
add_executable(<name> IMPORTED [GLOBAL])
add_executable(<name> ALIAS <target>)

Examples

mysql/mysql-server extra/protobuf/protobuf-24.4/cmake/protoc.cmake :11

add_executable(protobuf::protoc ALIAS protoc)

cginternals/glbinding source/examples/comparison/CMakeLists.txt :62

add_executable(${META_PROJECT_NAME}::${target} ALIAS ${target})

mmp/pbrt-v4 CMakeLists.txt :809

add_executable (pbrt::soac ALIAS soac)

intel/compute-samples cmake/custom_functions.cmake :47

add_executable(compute_samples::${name} ALIAS ${name})

protocolbuffers/protobuf cmake/protoc.cmake :11

add_executable(protobuf::protoc ALIAS protoc)

facebook/mysql-5.6 extra/protobuf/protobuf-3.19.4/cmake/protoc.cmake :13

add_executable(protobuf::protoc ALIAS protoc)

cginternals/globjects source/examples/ssbo/CMakeLists.txt :50

add_executable(${META_PROJECT_NAME}::${target} ALIAS ${target})

Kitware/VTK CMake/vtkModule.cmake :5188

add_executable("${_vtk_build_module}" ALIAS
      "${_vtk_add_executable_target_name}")

FalkorDB/FalkorDB deps/GraphBLAS/cpu_features/CMakeLists.txt :151

add_executable(CpuFeature::list_cpu_features ALIAS list_cpu_features)

eclipse-cyclonedds/cyclonedds src/tools/idlc/CMakeLists.txt :41

add_executable(${PROJECT_NAME}::idlc ALIAS idlc)