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
stubs and cmake formatting
This commit is contained in:
committed by
Leonid Fedorov
parent
2036e521c7
commit
6db2dc668f
@ -1,4 +1,29 @@
|
||||
# ########## install files ###############
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install(FILES we_index.h we_define.h we_type.h we_fileop.h we_blockop.h we_dbfileop.h we_obj.h we_log.h we_simplesyslog.h we_convertor.h we_brm.h we_macro.h we_config.h we_cache.h we_stats.h we_bulkrollbackmgr.h we_typeext.h we_chunkmanager.h we_bulkrollbackfilecompressed.h we_bulkrollbackfilecompressedhdfs.h we_bulkrollbackfile.h we_rbmetawriter.h we_dbrootextenttracker.h we_confirmhdfsdbfile.h DESTINATION include)
|
||||
install(
|
||||
FILES we_index.h
|
||||
we_define.h
|
||||
we_type.h
|
||||
we_fileop.h
|
||||
we_blockop.h
|
||||
we_dbfileop.h
|
||||
we_obj.h
|
||||
we_log.h
|
||||
we_simplesyslog.h
|
||||
we_convertor.h
|
||||
we_brm.h
|
||||
we_macro.h
|
||||
we_config.h
|
||||
we_cache.h
|
||||
we_stats.h
|
||||
we_bulkrollbackmgr.h
|
||||
we_typeext.h
|
||||
we_chunkmanager.h
|
||||
we_bulkrollbackfilecompressed.h
|
||||
we_bulkrollbackfilecompressedhdfs.h
|
||||
we_bulkrollbackfile.h
|
||||
we_rbmetawriter.h
|
||||
we_dbrootextenttracker.h
|
||||
we_confirmhdfsdbfile.h
|
||||
DESTINATION include
|
||||
)
|
||||
|
Reference in New Issue
Block a user