not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / libs / solid / control / ifaces / CMakeLists.txt
blob492a0e56c493f38de153bd61f71d1b627bc3323c
3 ########### next target ###############
5 set(solidcontrolifaces_LIB_SRCS 
6    powermanager.cpp
7    networkinterface.cpp
8    networkcdmainterface.cpp
9    networkgsminterface.cpp
10    networkserialinterface.cpp
11    networkmanager.cpp
12    wirednetworkinterface.cpp
13    wirelessaccesspoint.cpp
14    wirelessnetworkinterface.cpp
15    bluetoothremotedevice.cpp
16    bluetoothinputdevice.cpp
17    bluetoothinterface.cpp
18    bluetoothmanager.cpp
19    bluetoothsecurity.cpp )
21 set(unused
22    networkmanager.cpp
23    network.cpp
24    wirelessnetwork.cpp
25    authentication.cpp
27    )
29 kde4_add_library(solidcontrolifaces SHARED ${solidcontrolifaces_LIB_SRCS})
31 target_link_libraries(solidcontrolifaces  ${KDE4_KDECORE_LIBS} )
33 set_target_properties(solidcontrolifaces PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
34 install(TARGETS solidcontrolifaces EXPORT kdeworkspaceLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS}  )
37 ########### install files ###############
39 install( FILES powermanager.h networkmanager.h networkinterface.h networkcdmainterface.h networkgsminterface.h networkserialinterface.h wirednetworkinterface.h wirelessnetworkinterface.h wirelessaccesspoint.h bluetoothremotedevice.h bluetoothinputdevice.h bluetoothinterface.h bluetoothmanager.h DESTINATION ${INCLUDE_INSTALL_DIR}/solid/control/ifaces COMPONENT Devel)