You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Add CMake build tree files
This commit is contained in:
20
dmlproc/CMakeLists.txt
Normal file
20
dmlproc/CMakeLists.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(DMLProc_SRCS
|
||||
dmlproc.cpp
|
||||
dmlprocessor.cpp
|
||||
dmlresultbuffer.cpp
|
||||
batchinsertprocessor.cpp)
|
||||
|
||||
add_executable(DMLProc ${DMLProc_SRCS})
|
||||
|
||||
target_link_libraries(DMLProc ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} threadpool ddlcleanuputil batchloader)
|
||||
|
||||
install(TARGETS DMLProc DESTINATION ${ENGINE_BINDIR})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user