Skip to content

Commit 62b1d19

Browse files
committed
fix: add instrument hooks include
1 parent 037907f commit 62b1d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ add_compile_definitions(CODSPEED_VERSION="${CODSPEED_VERSION}")
3838
target_include_directories(
3939
codspeed
4040
PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
41+
$<BUILD_INTERFACE:${instrument_hooks_SOURCE_DIR}/includes>
4142
)
4243

4344
# Disable valgrind compilation errors

0 commit comments

Comments
 (0)