~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to storage/perfschema/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
 
1
# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
21
21
 
22
22
ADD_DEFINITIONS(-DMYSQL_SERVER)
23
23
 
24
 
# Gen_pfs_lex_token
25
 
ADD_EXECUTABLE(gen_pfs_lex_token gen_pfs_lex_token.cc)
26
 
# gen_pfs_lex_token itself depends on ${CMAKE_CURRENT_BINARY_DIR}/sql/sql_yacc.h
27
 
ADD_DEPENDENCIES(gen_pfs_lex_token GenServerSource)
28
 
 
29
 
ADD_CUSTOM_COMMAND(
30
 
  OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pfs_lex_token.h
31
 
  COMMAND gen_pfs_lex_token > pfs_lex_token.h
32
 
  DEPENDS gen_pfs_lex_token
33
 
)
34
 
 
35
 
SET(PFS_GEN_SOURCES
36
 
  ${CMAKE_CURRENT_BINARY_DIR}/pfs_lex_token.h
37
 
)
38
 
 
39
 
SET_SOURCE_FILES_PROPERTIES(${PFS_GEN_SOURCES} PROPERTIES GENERATED 1)
40
 
 
41
24
#
42
25
# Maintainer: keep this list sorted, to avoid merge collisions.
43
26
# Tip: ls -1 *.h, ls -1 *.cc
44
27
#
45
28
SET(PERFSCHEMA_SOURCES
46
 
${PFS_GEN_SOURCES}
47
29
ha_perfschema.h
48
30
cursor_by_account.h
49
31
cursor_by_host.h