~phablet-team/address-book-service/rtm-14.09

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-03-31 20:45:27 UTC
  • mto: (103.2.10 add-multiple-contacts)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: renato.filho@canonical.com-20140331204527-7iz07eq1i4df536i
DisabledĀ folksĀ linking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
pkg_check_modules(FOLKS REQUIRED folks>=0.9.0)
17
17
pkg_check_modules(FOLKS_EDS REQUIRED folks-eds)
18
18
 
19
 
if(FOLKS_VERSION VERSION_LESS "0.9.5")
20
 
    set(FOLKS_VERSION_LESS_THAN_0_9_5 "1")
21
 
else()
22
 
    set(FOLKS_VERSION_LESS_THAN_0_9_5 "0")
23
 
endif()
24
 
 
25
19
set(CMAKE_INCLUDE_CURRENT_DIR ON)
26
20
set(CMAKE_AUTOMOC ON)
27
21
add_definitions(-std=c++11)