Skip to content

Commit 80a15b7

Browse files
committed
update include path for tests
1 parent ae122a2 commit 80a15b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
target_sources(rsl-util-test PRIVATE main.cpp)
2-
target_include_directories(rsl-util-test PRIVATE .)
2+
target_include_directories(rsl-util-test PRIVATE ${CMAKE_CURRENT_LIST_DIR})
33

44
add_subdirectory(variant)
55
add_subdirectory(tagged_variant)

0 commit comments

Comments
 (0)