mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +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 () |