~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to filechooser-module/CMakeLists.txt

  • Committer: Jeremy Wootten
  • Date: 2015-10-01 08:43:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1951.
  • Revision ID: jeremy@elementaryos.org-20151001084351-8pc2v0jm3g431k95
Correct breadcrumb elements to path function

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
set (MODULE_LIBDIR "${CMAKE_INSTALL_LIBDIR}/gtk-3.0/modules/")
9
9
 
10
10
vala_precompile (VALA_C ${MODULE_NAME}
 
11
    ${CMAKE_SOURCE_DIR}/libwidgets/Resources.vala
11
12
    ${CMAKE_SOURCE_DIR}/libwidgets/LocationBar.vala
12
13
    ${CMAKE_SOURCE_DIR}/libwidgets/BreadcrumbsElements.vala
13
14
    LocationBarChooser.vala
28
29
 
29
30
# Installation
30
31
install (TARGETS ${MODULE_NAME} DESTINATION "${MODULE_LIBDIR}")
 
32