From fa293e64c283b399dda2e6b03fcfea4c40f75333 Mon Sep 17 00:00:00 2001 From: shanks0739 Date: Wed, 26 Aug 2020 17:08:53 +0800 Subject: [PATCH] Update CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tacopie is missing a reference to the ‘target_link_libraries’ --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index d4ddd507..da886064 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -55,7 +55,7 @@ foreach(EXAMPLE IN ITEMS ${EXAMPLES}) # executable ### add_executable(${EXAMPLE} ${EXAMPLE}.cpp) - target_link_libraries(${EXAMPLE} cpp_redis) + target_link_libraries(${EXAMPLE} cpp_redis tacopie) ### # link libs