Skip to content

Commit 2f670a5

Browse files
fixup! feat(google_benchmark): add very basic codspeed core library
1 parent 9aeca8e commit 2f670a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ endif()
2525

2626
# Specify the include directories for users of the library
2727
target_include_directories(
28-
codspeed PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>)
28+
codspeed
29+
PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
30+
)

0 commit comments

Comments
 (0)