We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c511df commit 95b3b87Copy full SHA for 95b3b87
tde2e/CMakeLists.txt
@@ -79,8 +79,8 @@ target_compile_features(tde2e INTERFACE cxx_std_17)
79
add_executable(test-e2e EXCLUDE_FROM_ALL
80
${TDE2E_TEST_SOURCE}
81
../test/main.cpp)
82
-target_link_libraries(test-e2e PRIVATE tde2e)
83
-
+target_link_libraries(test-e2e PRIVATE tde2e tdutils)
+target_include_directories(test-e2e PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/..> $<BUILD_INTERFACE:${TL_TD_AUTO_INCLUDE_DIR}>)
84
85
if (TDE2E_ENABLE_INSTALL)
86
install(TARGETS tde2e EXPORT TdStaticTargets
0 commit comments