From kde-commits Fri Sep 12 07:22:16 2008 From: Cornelius Schumacher Date: Fri, 12 Sep 2008 07:22:16 +0000 To: kde-commits Subject: playground/base/attica/lib Message-Id: <1221204136.217430.5325.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122120414521771 SVN commit 860145 by cschumac: Install lib. M +2 -0 CMakeLists.txt --- trunk/playground/base/attica/lib/CMakeLists.txt #860144:860145 @@ -12,3 +12,5 @@ set_target_properties(atticaclient PROPERTIES VERSION ${KDE_GENERIC_LIB_VERSION} SOVERSION ${KDE_GENERIC_LIB_SOVERSION}) target_link_libraries(atticaclient ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KABC_LIBS}) + +install(TARGETS atticaclient DESTINATION ${LIB_INSTALL_DIR})