1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-160 MCOL-262 CMake Build Fixes for out-of-tree builds and engine RPMS

This commit is contained in:
Ben Thompson
2016-09-22 10:14:18 -04:00
parent 1cb95cee72
commit 7d3cd26af9
82 changed files with 329 additions and 114 deletions

View File

@ -9,5 +9,5 @@ add_library(configcpp SHARED ${configcpp_LIB_SRCS})
set_target_properties(configcpp PROPERTIES VERSION 1.0.0 SOVERSION 1)
install(TARGETS configcpp DESTINATION ${ENGINE_LIBDIR})
install(TARGETS configcpp DESTINATION ${ENGINE_LIBDIR} COMPONENT libs)