Explore Tipi

Selecting executable to build

Selecting executable to build

You can choose which of the detected executables should be built by using -o,--only:

# in a project containing executable1.cpp and executable2.cpp - both having main() functions
tipi . --only executable1