~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to marlin-daemon/CMakeLists.txt

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2014-02-23 19:53:29 UTC
  • mfrom: (1419.1.1 pantheon-files)
  • Revision ID: shnatsel@gmail.com-20140223195329-o600r7d2vct52o19
Convert to gee-0.8 since gee-1.0 is deprecated

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        pango>=1.1.2
14
14
        gtk+-3.0>=3.0.3
15
15
        gail-3.0
16
 
        gee-1.0
 
16
        gee-0.8
17
17
        sqlite3
18
18
    dbus-glib-1
19
19
        libnotify>=0.7.2)
31
31
PACKAGES
32
32
    gtk+-3.0
33
33
    gio-2.0
34
 
    gee-1.0
 
34
    gee-0.8
35
35
    sqlite3
36
36
OPTIONS
37
37
    --thread)
38
38
add_executable(marlin-daemon
39
39
    ${VALA_C} )
40
40
target_link_libraries(marlin-daemon ${DEPS_LIBRARIES})
41
 
install(TARGETS marlin-daemon RUNTIME DESTINATION bin)
 
41
install(TARGETS marlin-daemon RUNTIME DESTINATION bin)
 
 
b'\\ No newline at end of file'