You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Add CMake build tree files
This commit is contained in:
16
tools/setConfig/CMakeLists.txt
Normal file
16
tools/setConfig/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(setConfig_SRCS main.cpp)
|
||||
|
||||
add_executable(setConfig ${setConfig_SRCS})
|
||||
|
||||
target_link_libraries(setConfig ${ENGINE_LDFLAGS} ${ENGINE_EXEC_LIBS})
|
||||
|
||||
install(TARGETS setConfig DESTINATION ${ENGINE_BINDIR})
|
||||
|
||||
install(FILES configxml.sh DESTINATION ${ENGINE_BINDIR})
|
||||
|
Reference in New Issue
Block a user