~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to libs/oxygen/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(oxygenstyle_LIB_SRCS oxygenanimation.cpp
 
2
                         oxygenhelper.cpp
 
3
                         oxygenitemmodel.cpp
 
4
                         oxygenshadowcache.cpp
 
5
                         oxygenshadowconfiguration.cpp
 
6
                         oxygentileset.cpp)
 
7
 
 
8
kde4_add_library(oxygenstyle SHARED ${oxygenstyle_LIB_SRCS})
 
9
 
 
10
target_link_libraries(oxygenstyle ${KDE4_KDEUI_LIBS})
 
11
 
 
12
if ( X11_FOUND )
 
13
   target_link_libraries(oxygenstyle ${X11_LIBRARIES})
 
14
endif( X11_FOUND )
 
15
 
 
16
set_target_properties(oxygenstyle PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
 
17
install(TARGETS oxygenstyle ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
18
 
 
19
# Note: no headers installed