1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-07 19:22:02 +03:00
2025-05-30 03:27:04 +00:00

5 lines
222 B
CMake

set(configcpp_LIB_SRCS configcpp.cpp xmlparser.cpp)
include_directories(${ENGINE_COMMON_INCLUDES})
columnstore_library(configcpp ${configcpp_LIB_SRCS})
columnstore_link(configcpp PRIVATE LibXml2::LibXml2 boost_filesystem)