~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: RabbitBot
  • Author(s): Simon Dieterle
  • Date: 2014-01-26 07:45:34 UTC
  • mfrom: (132.1.1)
  • Revision ID: git-v1:ef4c5959e658fcee55c963898a2df0a8a96b14ed
Switch to gee-0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
# pkgconfig, real C code
12
12
find_package(PkgConfig)
13
 
pkg_check_modules(DEPS REQUIRED gee-1.0 glib-2.0 gio-2.0 gio-unix-2.0)
 
13
pkg_check_modules(DEPS REQUIRED gee-0.8 glib-2.0 gio-2.0 gio-unix-2.0)
14
14
 
15
15
set(CFLAGS ${DEPS_CFLAGS} ${DEPS_CFLAGS_OTHER})
16
16
set(LIB_PATHS ${DEPS_LIBRARY_DIRS})
36
36
    Translations.vala
37
37
    String.vala
38
38
PACKAGES
39
 
    gee-1.0
 
39
    gee-0.8
40
40
    glib-2.0
41
41
    gio-2.0
42
42
    gio-unix-2.0