aboutsummaryrefslogtreecommitdiff
path: root/mariadb-connector-c-v_2.3.7/include/CMakeLists.txt
blob: 86901156e44392c5017abf27dc84914eb5ded7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
SET(MARIADB_CLIENT_INCLUDES config-win.h
                            dbug.h
                            errmsg.h
                            getopt.h
                            hash.h
                            ma_common.h
                            m_ctype.h
                            m_string.h
                            ma_dyncol.h
                            ma_secure.h
                            my_alarm.h
                            my_base.h
                            my_config.h.in
                            my_dir.h
                            my_global.h
                            my_list.h
                            my_net.h
                            my_no_pthread.h
                            my_pthread.h
                            my_stmt.h
                            my_sys.h
                            mysql.h
                            mysql_com.h
                            mysql_io.h
                            mysql_mm.h
                            mysql_priv.h
                            mysql_version.h
                            mysql_wireprotocol.h
                            mysqld_error.h
                            mysys_err.h
                            sha1.h
                            thr_alarm.h
                            violite.h
                            mysql/client_plugin.h
                            mysql/plugin_auth_common.h
                            mysql/plugin_auth.h
                            PARENT_SCOPE)