add_poac_target(poac_cmd
    SOURCES
        build.cc
        create.cc
        fmt.cc
        graph.cc
        init.cc
        lint.cc
        login.cc
        publish.cc
        run.cc
        search.cc
    INCLUDES
        ${POAC_HPP_INCLUDES}
        ${LIBGIT2_INCLUDE_DIR}
    LIBRARIES
        ${POAC_HPP_LIBS}
        structopt::structopt
        toml11::toml11
        ${LIBGIT2_LIBRARY}
        git2-cpp::git2-cpp
        Glob
        poac_core
        poac_util_pretty
        poac_util_net
)
