Skip to content

Commit 95b3b87

Browse files
committed
Fix test-e2e building.
1 parent 3c511df commit 95b3b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tde2e/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ target_compile_features(tde2e INTERFACE cxx_std_17)
7979
add_executable(test-e2e EXCLUDE_FROM_ALL
8080
${TDE2E_TEST_SOURCE}
8181
../test/main.cpp)
82-
target_link_libraries(test-e2e PRIVATE tde2e)
83-
82+
target_link_libraries(test-e2e PRIVATE tde2e tdutils)
83+
target_include_directories(test-e2e PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/..> $<BUILD_INTERFACE:${TL_TD_AUTO_INCLUDE_DIR}>)
8484

8585
if (TDE2E_ENABLE_INSTALL)
8686
install(TARGETS tde2e EXPORT TdStaticTargets

0 commit comments

Comments
 (0)