Skip to content

Commit 806e91e

Browse files
committed
fix include dirs list for tests
1 parent 72ae0d5 commit 806e91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function(add_umf_test)
4343
add_umf_executable(NAME ${TEST_TARGET_NAME} SRCS ${ARG_SRCS} LIBS ${TEST_LIBS})
4444

4545
target_include_directories(${TEST_TARGET_NAME} PRIVATE
46+
${UMF_CMAKE_SOURCE_DIR}/include
4647
${UMF_CMAKE_SOURCE_DIR}/src
4748
${UMF_TEST_DIR}/common)
4849

0 commit comments

Comments
 (0)