~pbms-core/pbms/5.11-beta

« back to all changes in this revision

Viewing changes to mybs/src/CMakeFiles.txt

  • Committer: paul-mccullagh
  • Date: 2008-03-26 11:35:17 UTC
  • Revision ID: paul-mccullagh-afb1610c21464a577ae428d72fc725eb986c05a5
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2006 MySQL AB
 
2
 
 
3
 
4
 
 
5
# This program is free software; you can redistribute it and/or modify
 
6
 
 
7
# it under the terms of the GNU General Public License as published by
 
8
 
 
9
# the Free Software Foundation; version 2 of the License.
 
10
 
 
11
 
12
 
 
13
# This program is distributed in the hope that it will be useful,
 
14
 
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 
 
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
 
 
19
# GNU General Public License for more details.
 
20
 
 
21
 
22
 
 
23
# You should have received a copy of the GNU General Public License
 
24
 
 
25
# along with this program; if not, write to the Free Software
 
26
 
 
27
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
28
 
 
29
 
 
30
 
 
31
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
32
 
 
33
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
34
 
 
35
 
 
36
 
 
37
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql
 
38
 
 
39
                    ${CMAKE_SOURCE_DIR}/regex
 
40
 
 
41
                    ${CMAKE_SOURCE_DIR}/extra/yassl/include)
 
42
 
 
43
ADD_LIBRARY(streaming ha_streaming.cc)
 
44