Skip to content

Commit ecb9ee6

Browse files
authored
Fix gradle build task (#264)
1 parent 1abf1eb commit ecb9ee6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ddprof-lib/benchmarks/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ application {
1717

1818
// Include the main library headers
1919
tasks.withType(CppCompile).configureEach {
20+
dependsOn ':ddprof-lib:copyUpstreamFiles'
21+
2022
includes file('../src/main/cpp').toString()
23+
includes file('../src/main/cpp-external').toString()
2124
}
2225

2326
// Add a task to run the benchmark

0 commit comments

Comments
 (0)