1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Add support for building from server

This commit is contained in:
Andrew Hutchings
2019-11-25 16:47:45 +00:00
parent 27ec629ace
commit a8cd34f86d
40 changed files with 125 additions and 227 deletions

View File

@ -95,7 +95,7 @@ add_custom_command(
# The includes and lib linkages required to link against cloudio ...
# pretty crazy. When lib dependencies are eventually config'd right,
# change this to only include and link against cloudio.
include_directories(${CMAKE_SOURCE_DIR}/utils/cloudio ${ENGINE_COMMON_INCLUDES})
include_directories(${ENGINE_SRC_DIR}/utils/cloudio ${ENGINE_COMMON_INCLUDES})
add_executable(smcat src/smcat.cpp)
target_link_libraries(smcat storagemanager cloudio
${ENGINE_LDFLAGS}

View File

@ -19,7 +19,7 @@
#include "Config.h"
// This one is the build system config
#include "config.h"
#include "mcsconfig.h"
#include <boost/thread/mutex.hpp>
#include <boost/property_tree/ini_parser.hpp>