1 include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
4 ########### next target ###############
6 set(nswrapper_LIB_SRCS wrapper.c )
9 kde4_add_library(nswrapper SHARED ${nswrapper_LIB_SRCS})
11 target_link_libraries(nswrapper ${KDE4_KDECORE_LIBS} )
13 set_target_properties(nswrapper PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
14 install(TARGETS nswrapper ${INSTALL_TARGETS_DEFAULT_ARGS} )