add_executableΒΆ

add_executable(
)

Adds an executable to the project.

This is a cmake builtin command. For detailed information, check the cmake documentation:

cmake --help-command add_executable