You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-02 12:41:17 +03:00
17 lines
417 B
CMake
17 lines
417 B
CMake
|
|
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(setConfig_SRCS main.cpp)
|
|
|
|
add_executable(setConfig ${setConfig_SRCS})
|
|
|
|
target_link_libraries(setConfig ${ENGINE_LDFLAGS} ${NETSNMP_LIBRARIES} ${ENGINE_EXEC_LIBS})
|
|
|
|
install(TARGETS setConfig DESTINATION ${ENGINE_BINDIR} COMPONENT platform)
|
|
|
|
install(PROGRAMS configxml.sh DESTINATION ${ENGINE_BINDIR} COMPONENT platform)
|
|
|