~elopio/gallery-app/revert_workaround-1302706-click_toolbar_button_failure

« back to all changes in this revision

Viewing changes to src/photo/CMakeLists.txt

  • Committer: Leo Arias
  • Date: 2015-05-15 08:05:23 UTC
  • mfrom: (954.1.241 gallery-app)
  • Revision ID: leo.arias@canonical.com-20150515080523-i2of3vr8h7dioj59
Now the toolbar object is not needed at all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    ${gallery_database_src_SOURCE_DIR}
9
9
    ${gallery_media_src_SOURCE_DIR}
10
10
    ${gallery_medialoader_src_SOURCE_DIR}
 
11
    ${gallery_photoeditor_src_SOURCE_DIR}
11
12
    ${gallery_util_src_SOURCE_DIR}
12
13
    ${CMAKE_BINARY_DIR}
13
14
    )
14
15
 
15
16
set(gallery_photo_HDRS
16
17
    photo.h
17
 
    photo-caches.h
18
 
    photo-edit-state.h
19
 
    photo-edit-thread.h
20
18
    )
21
19
 
22
20
set(gallery_photo_SRCS
23
21
    photo.cpp
24
 
    photo-caches.cpp
25
 
    photo-edit-state.cpp
26
 
    photo-edit-thread.cpp
27
22
    )
28
23
 
29
24
add_library(${GALLERY_PHOTO_LIB}