summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/examples/CMakeLists.txt
blob: 01ad01aa8d2fe396ea37d361d4abc665012d2cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 ()