.. _add_executable:

add_executable
==============

.. cmake_function:: 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

