Skip to content

Instantly share code, notes, and snippets.

@akochepasov
Created November 21, 2024 18:41
Show Gist options
  • Save akochepasov/61826d8eed89bc845dfba8dfd969577f to your computer and use it in GitHub Desktop.
Save akochepasov/61826d8eed89bc845dfba8dfd969577f to your computer and use it in GitHub Desktop.
cmake common command lines
# Configure
cmake -Bbuild/release -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja -S.
# Build
cmake --build build/release --target program_exe
# Test
ctest --verbose --test-dir build/release/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment