We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88d4ad commit e4c68b1Copy full SHA for e4c68b1
1 file changed
build.zig
@@ -47,6 +47,7 @@ pub fn build(b: *STD.Build) !void {
47
CPPLINGS_EXERCISE.root_module.addCSourceFiles(.{ .flags = &COMPILER_FLAGS, .files = EXERCISE_FILENAMES });
48
49
CPPLINGS_EXERCISE.root_module.addIncludePath(b.path("include"));
50
+ CPPLINGS_EXERCISE.root_module.addIncludePath(b.path("exercises"));
51
CPPLINGS_EXERCISE.root_module.linkLibrary(DEP_GTEST.artifact("gtest"));
52
// CPPLINGS_EXERCISE.root_module.linkLibrary(DEP_GTEST.artifact("gtest_main"));
53
0 commit comments