Skip to content
Snippets Groups Projects
Commit b76b5280 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

A post-merge fix (the new command line client).

parent 0c32bbf2
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ function(tarantool_client client_name) ...@@ -12,7 +12,7 @@ function(tarantool_client client_name)
target_link_libraries (${client_name} ${client_libs}) target_link_libraries (${client_name} ${client_libs})
endfunction() endfunction()
include_directories("${PROJECT_SOURCE_DIR}/connector/c/include") include_directories("${PROJECT_SOURCE_DIR}/connector/c/tb")
foreach (client ${TARANTOOL_CLIENTS}) foreach (client ${TARANTOOL_CLIENTS})
add_subdirectory(${client}) add_subdirectory(${client})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment