Fixed error in linkage (thanks Orivej) [#DEVTOOLS-3381].

This commit is contained in:
Alexey Milovidov 2017-06-15 23:24:23 +03:00
parent 0743cfe6d7
commit 0fcb6300a2

View File

@ -98,6 +98,7 @@ list (APPEND dbms_headers src/TableFunctions/ITableFunction.h src/TableFunctions
list(REMOVE_ITEM dbms_sources
src/Client/Client.cpp
src/Client/Benchmark.cpp
src/Client/PerformanceTest.cpp
src/Storages/StorageCloud.cpp
src/Databases/DatabaseCloud.cpp
src/Common/StringUtils.cpp)