Skip to content

Instantly share code, notes, and snippets.

@johnX9
Last active May 20, 2018 08:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnX9/e6c8202539ea00d92c3277b81eb0d0ae to your computer and use it in GitHub Desktop.
Save johnX9/e6c8202539ea00d92c3277b81eb0d0ae to your computer and use it in GitHub Desktop.
# Create a build folder if it doesn't exist
mkdir -p build
# Change the current directory to "build"
cd build
# Create all the build files needed
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment