Skip to content

Commit

Permalink
Update sample config, bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpalmisc committed Dec 31, 2022
1 parent 9cb6e9f commit 1855e69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/sample.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[configure]
args = ["-DFOO=1", "-DBAR=0"]
generator = "Ninja"
args = ["-DFOO=1"] # Pass `-DFOO=1` to CMake during configuration
generator = "Ninja" # Use Ninja as the build generator

[build]
jobs = 6
jobs = 6 # Always build with 6 parallel jobs

copy_cc = true # Copy `compile_commands.json` to project root on build
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "emake"
version = "0.1.0"
version = "0.2.0"
description = "Easy wrapper around CMake's CLI"
authors = ["Jon Palmisciano <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1855e69

Please sign in to comment.