~ubuntu-branches/ubuntu/trusty/sphinxsearch/trusty-proposed

« back to all changes in this revision

Viewing changes to mysqlse/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2009-11-17 22:19:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091117221942-nm751ur701m9vrzt
Tags: upstream-0.9.8.1
ImportĀ upstreamĀ versionĀ 0.9.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
2
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
 
3
ADD_DEFINITIONS(-DMYSQL_SERVER)
 
4
 
 
5
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
 
6
                    ${CMAKE_SOURCE_DIR}/sql
 
7
                    ${CMAKE_SOURCE_DIR}/extra/yassl/include
 
8
                    ${CMAKE_SOURCE_DIR}/regex)
 
9
 
 
10
SET(SPHINX_SOURCES ha_sphinx.cc)
 
11
ADD_LIBRARY(sphinx ha_sphinx.cc)