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
45 lines
898 B
CMake
45 lines
898 B
CMake
|
|
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(sendPlan_SRCS sendplan.cpp)
|
|
|
|
kde4_add_executable(sendPlan ${sendPlan_SRCS})
|
|
|
|
target_link_libraries(sendPlan ${KDE4_KDECORE_LIBS})
|
|
|
|
install(TARGETS sendPlan ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
## $Id: Makefile.am 333 2009-04-03 20:35:04Z rdempsey $
|
|
### Process this file with automake to produce Makefile.in
|
|
#
|
|
#AM_CPPFLAGS = $(idb_cppflags)
|
|
#AM_CFLAGS = $(idb_cflags)
|
|
#AM_CXXFLAGS = $(idb_cxxflags)
|
|
#AM_LDFLAGS = $(idb_ldflags)
|
|
#bin_PROGRAMS = sendPlan
|
|
#sendPlan_SOURCES = sendplan.cpp
|
|
#sendPlan_CPPFLAGS = @idb_common_includes@ $(AM_CPPFLAGS)
|
|
#sendPlan_LDFLAGS = @idb_common_ldflags@ @idb_exec_libs@ $(AM_LDFLAGS)
|
|
#
|
|
#test:
|
|
#
|
|
#coverage:
|
|
#
|
|
#leakcheck:
|
|
#
|
|
#docs:
|
|
#
|
|
#bootstrap: install-data-am
|
|
#
|