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
dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_missing: warning: usr/lib/x86_64-linux-gnu/libmessageqcpp.a exists in debian/tmp but is not installed to anywhere dh_missing: warning: usr/lib/x86_64-linux-gnu/libpron.a exists in debian/tmp but is not installed to anywhere so do not install static libraries as targets on CMake
8 lines
285 B
CMake
8 lines
285 B
CMake
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
|
set(pron_LIB_SRCS pron.cpp)
|
|
add_library(pron STATIC ${pron_LIB_SRCS})
|
|
target_link_libraries(pron messageqcpp loggingcpp)
|
|
|
|
#We don't isntall static library
|
|
#install(TARGETS pron DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|