From b76b52805de14f85afb2d9d03d8f170283c0dcef Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Tue, 17 Dec 2013 18:39:39 +0400 Subject: [PATCH] A post-merge fix (the new command line client). --- client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e9d18a893d..1874b5d548 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -12,7 +12,7 @@ function(tarantool_client client_name) target_link_libraries (${client_name} ${client_libs}) endfunction() -include_directories("${PROJECT_SOURCE_DIR}/connector/c/include") +include_directories("${PROJECT_SOURCE_DIR}/connector/c/tb") foreach (client ${TARANTOOL_CLIENTS}) add_subdirectory(${client}) -- GitLab