Skip to content

Instantly share code, notes, and snippets.

@qingswu
Created October 18, 2016 19:56
Show Gist options
  • Save qingswu/dc8bb5a4036304fc1b9da14b02d6f527 to your computer and use it in GitHub Desktop.
Save qingswu/dc8bb5a4036304fc1b9da14b02d6f527 to your computer and use it in GitHub Desktop.
# create new build dir
rm -rf build
cd build
cmake .. # some options
cmake --build . --config release --target install # build install
cmake --build . --config releasee --target clean # cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment