Skip to content

Commit e4c68b1

Browse files
feat(build): include headers in exercises dir
1 parent e88d4ad commit e4c68b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pub fn build(b: *STD.Build) !void {
4747
CPPLINGS_EXERCISE.root_module.addCSourceFiles(.{ .flags = &COMPILER_FLAGS, .files = EXERCISE_FILENAMES });
4848

4949
CPPLINGS_EXERCISE.root_module.addIncludePath(b.path("include"));
50+
CPPLINGS_EXERCISE.root_module.addIncludePath(b.path("exercises"));
5051
CPPLINGS_EXERCISE.root_module.linkLibrary(DEP_GTEST.artifact("gtest"));
5152
// CPPLINGS_EXERCISE.root_module.linkLibrary(DEP_GTEST.artifact("gtest_main"));
5253

0 commit comments

Comments
 (0)