I would like to setup commands like make debug
, make test
, etc... What is the best way to do this with cmake, so that I run cmake ..
one time (it takes a while) and then be able to choose the build type with make
?
I couldn't find any resources on this.