best practice building cmake apps snippet


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. alias cbuild='mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debugfull -DCMAKE_INSTALL_PREFIX=/usr .. && make && cd ..' #building something replaced by cbuild shellscript

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.