Return to Snippet

Revision: 19643
at October 27, 2009 17:00 by xxtjaxx


Initial Code
alias cbuild='mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debugfull -DCMAKE_INSTALL_PREFIX=/usr .. && make && cd ..' #building something replaced by cbuild shellscript

Initial URL


Initial Description
This is a best practice snippet for people who want to start working with cmake.

Initial Title
best practice building cmake apps snippet

Initial Tags


Initial Language
Bash