~sil2100/unity-2d/bump_new_nux_libunity

« back to all changes in this revision

Viewing changes to panel/app/CMakeLists.txt

  • Committer: Florian Boucault
  • Date: 2011-02-10 14:40:03 UTC
  • mfrom: (359.2.44 maverick)
  • Revision ID: florian@boucault.net-20110210144003-6hhny3axzwvty3h2
Merged from 'maverick' branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    ${CMAKE_CURRENT_SOURCE_DIR}
12
12
    ${uqapplets_SOURCE_DIR}
13
13
    ${uqapplets_SOURCE_DIR}/common
14
 
    ${libunity-2d_SOURCE_DIR}/src
 
14
    ${libunity-2d-private_SOURCE_DIR}/src
15
15
    )
16
16
 
17
17
target_link_libraries(unity-2d-panel
18
18
    ${QT_QTGUI_LIBRARIES}
19
19
    ${QT_QTCORE_LIBRARIES}
20
20
    uqapplets
21
 
    unity-2d
 
21
    unity-2d-private
22
22
    )
23
23
 
24
24
install(TARGETS unity-2d-panel