mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
16 lines
No EOL
313 B
CMake
16 lines
No EOL
313 B
CMake
# detect when we are being built as a subproject
|
|
if (NOT DEFINED MYSQL_PROJECT_NAME_DOCSTRING)
|
|
install(
|
|
FILES
|
|
db-insert.c
|
|
db-insert-multiple.c
|
|
db-scan.c
|
|
db-update.c
|
|
Makefile
|
|
README.examples
|
|
DESTINATION
|
|
examples
|
|
COMPONENT
|
|
tokukv_examples
|
|
)
|
|
endif () |