diff options
Diffstat (limited to 'plugin/query_response_time/CMakeLists.txt')
-rw-r--r-- | plugin/query_response_time/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/query_response_time/CMakeLists.txt b/plugin/query_response_time/CMakeLists.txt new file mode 100644 index 00000000..112d72e4 --- /dev/null +++ b/plugin/query_response_time/CMakeLists.txt @@ -0,0 +1,3 @@ +ADD_DEFINITIONS(-DHAVE_RESPONSE_TIME_DISTRIBUTION) +MYSQL_ADD_PLUGIN(QUERY_RESPONSE_TIME query_response_time.cc plugin.cc + RECOMPILE_FOR_EMBEDDED) |