~3v1n0/unity/bfb-quicklist-does-not-close-dash

« back to all changes in this revision

Viewing changes to services/CMakeLists.txt

  • Committer: Rodrigo Moya
  • Date: 2011-01-27 17:54:28 UTC
  • mto: This revision was merged to the branch mainline in revision 812.
  • Revision ID: rodrigo.moya@canonical.com-20110127175428-pjkd4s3pcbcay1kw
Add basic Util/Root ATK objects for the panel

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
link_directories(${LIB_PATHS})
25
25
 
26
26
add_executable(unity-panel-service
 
27
               panel-a11y.c
 
28
               panel-a11y.h
27
29
               panel-main.c
 
30
               panel-root-accessible.c
 
31
               panel-root-accessible.h
28
32
               panel-service.c
29
 
               panel-service.h 
 
33
               panel-service.h
 
34
               panel-util-accessible.c
 
35
               panel-util-accessible.h
30
36
              )
31
37
install(TARGETS unity-panel-service DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/unity/)
32
38