mirror of https://github.com/ByConity/ByConity
Minor changes in CMakeLists
This commit is contained in:
parent
51d0d7691c
commit
7eb35a61ac
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue