Created
October 18, 2016 19:56
-
-
Save qingswu/dc8bb5a4036304fc1b9da14b02d6f527 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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