~ubuntu-branches/ubuntu/precise/cantor/precise-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:54 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111215141754-bs6og9414z6kq5tx
Tags: 4:4.7.90-0ubuntu1
* new upstream beta release
* Add build-dep on libqalculate-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
set(CMAKE_MODULE_PATH ${cantor_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
7
7
 
8
8
macro_optional_find_package(Analitza)
9
 
macro_log_feature(ANALITZA_FOUND "libanalitza" "A library provided by KAlgebra" FALSE "" "Backend to use KAlgebra with Cantor.")
 
9
macro_log_feature(Analitza_FOUND "libanalitza" "A library provided by KAlgebra" FALSE "" "Backend to use KAlgebra with Cantor.")
10
10
 
11
11
macro_optional_find_package(R)
12
12
macro_log_feature(R_FOUND "R" "A free software environment for statistical computing and graphics" "http://www.r-project.org/" FALSE "" "Backend to use R with Cantor.")
25
25
endif(NOT WIN32)
26
26
 
27
27
include_directories( ${KDE4_INCLUDES} ${QT_INCLUDES} )
 
28
add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
29
 
28
30
 
29
31
add_subdirectory( doc )
30
32
add_subdirectory( src )