~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to storage/ndb/test/src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2008 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
 
2
#  All rights reserved. Use is subject to license terms.
 
3
#
 
4
# This program is free software; you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation; version 2 of the License.
 
7
#
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
# GNU General Public License for more details.
 
12
#
 
13
# You should have received a copy of the GNU General Public License
 
14
# along with this program; if not, write to the Free Software
 
15
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
16
 
 
17
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/storage/ndb/test/include
 
18
                    ${CMAKE_SOURCE_DIR}/storage/ndb/src/common/mgmcommon
 
19
                    ${CMAKE_SOURCE_DIR}/storage/ndb/include/mgmcommon
 
20
                    ${CMAKE_SOURCE_DIR}/storage/ndb/include/kernel
 
21
                    ${CMAKE_SOURCE_DIR}/storage/ndb/src/mgmapi
 
22
                    ${CMAKE_SOURCE_DIR}/storage/ndb/include/debugger)
 
23
INCLUDE(${CMAKE_SOURCE_DIR}/storage/ndb/config/type_ndbapitest.cmake)
 
24
 
 
25
ADD_LIBRARY(ndbNDBT STATIC
 
26
        NDBT_ReturnCodes.cpp
 
27
        NDBT_Error.cpp
 
28
        NDBT_Tables.cpp
 
29
        NDBT_ResultRow.cpp
 
30
        NDBT_Test.cpp
 
31
        NDBT_Thread.cpp
 
32
        NDBT_Find.cpp
 
33
        NdbMixRestarter.cpp
 
34
        HugoCalculator.cpp
 
35
        HugoOperations.cpp
 
36
        HugoTransactions.cpp
 
37
        HugoAsynchTransactions.cpp
 
38
        UtilTransactions.cpp
 
39
        NdbRestarter.cpp
 
40
        NdbRestarts.cpp
 
41
        NDBT_Output.cpp
 
42
        NdbBackup.cpp
 
43
        NdbConfig.cpp
 
44
        NDBT_Table.cpp
 
45
        NdbSchemaCon.cpp
 
46
        NdbSchemaOp.cpp
 
47
        getarg.c
 
48
        CpcClient.cpp
 
49
        SocketInputStream2.cpp
 
50
        AtrtClient.cpp
 
51
        DbUtil.cpp
 
52
        HugoQueryBuilder.cpp
 
53
        HugoQueries.cpp
 
54
)