Skip to content

Commit 183583a

Browse files
Move C++ build dir to build/ subdirectory (#177)
This allows easy grouping of multiple custom build directories under build/.
1 parent a5e84e4 commit 183583a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.venv/
66
__pycache__/
77

8-
/solvers/cpp/build-*/
8+
/solvers/cpp/build*/
99
/solvers/cpp/CMakeUserPresets*.json
1010

1111
/solvers/rust/target/

solvers/cpp/CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "aoc-base",
66
"description": "Base preset used when triggered from aoc. User preset named 'aoc' should inherit this and specify GCC/Clang compiler that can build the project",
77
"hidden": true,
8-
"binaryDir": "build-aoc",
8+
"binaryDir": "build/aoc",
99
"inherits": [
1010
"cmake-conan",
1111
"ninja",

0 commit comments

Comments
 (0)