~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to plugins/contractor/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:
1
1
find_package(PkgConfig)
2
2
pkg_check_modules(DEPS REQUIRED
3
3
        gtk+-3.0
4
 
    gee-1.0
 
4
    gee-0.8
5
5
    glib-2.0
6
6
    granite)
7
7
set(CFLAGS
15
15
    plugin.vala
16
16
PACKAGES
17
17
    gtk+-3.0
18
 
    gee-1.0
 
18
    gee-0.8
19
19
    granite
20
20
    marlincore-C
21
21
    marlincore
31
31
target_link_libraries(marlin-contractor marlincore marlinwidgets)
32
32
add_dependencies(marlin-contractor marlincore marlinwidgets)
33
33
install(TARGETS marlin-contractor DESTINATION lib/pantheon-files/plugins/core/)
34
 
install(FILES contractor.plug DESTINATION lib/pantheon-files/plugins/core/)
 
34
install(FILES contractor.plug DESTINATION lib/pantheon-files/plugins/core/)
 
 
b'\\ No newline at end of file'