Declaring a C/C++ Executable

cpp_add_executable(
    chemist
    SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR}/src"
    DEPENDS sde
)