Revision: 19643
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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