Minor changes in CMakeLists

This commit is contained in:
Alexey Milovidov 2020-01-19 20:09:58 +03:00
parent 51d0d7691c
commit 7eb35a61ac
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ set (LIBRARY_DIR "${ClickHouse_SOURCE_DIR}/contrib/replxx")
set(SRCS
${LIBRARY_DIR}/src/conversion.cxx
${LIBRARY_DIR}/src/ConvertUTF.cpp
${LIBRARY_DIR}/src/escape.cxx
${LIBRARY_DIR}/src/history.cxx
${LIBRARY_DIR}/src/io.cxx
@ -11,7 +10,7 @@ set(SRCS
${LIBRARY_DIR}/src/replxx_impl.cxx
${LIBRARY_DIR}/src/util.cxx
${LIBRARY_DIR}/src/wcwidth.cpp
${LIBRARY_DIR}/src/windows.cxx
${LIBRARY_DIR}/src/ConvertUTF.cpp
)
add_library(replxx ${SRCS})