You've already forked mariadb-columnstore-engine
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:
@ -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}
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user