From 52fda8a49db6071a63a3e1ef7dcff71b0cdce34b Mon Sep 17 00:00:00 2001 From: Tim Penhey Date: Mon, 29 Oct 2012 17:33:32 +0100 Subject: Move the resource installation directives into the main CMakeLists.txt file. (bzr r2867.1.3) --- plugins/unityshell/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins') diff --git a/plugins/unityshell/CMakeLists.txt b/plugins/unityshell/CMakeLists.txt index b60d347b5..36db0176c 100644 --- a/plugins/unityshell/CMakeLists.txt +++ b/plugins/unityshell/CMakeLists.txt @@ -20,7 +20,3 @@ set_target_properties(unityshell # Data # install (FILES plugin-unityshell.png DESTINATION ${DATADIR}/ccsm/icons/hicolor/64x64/apps) -install (FILES resources/dash-widgets.json DESTINATION ${CMAKE_INSTALL_PREFIX}/share/unity/themes) - -file (GLOB _datafiles "${CMAKE_CURRENT_SOURCE_DIR}/resources/*") -install (FILES ${_datafiles} DESTINATION ${PKGDATADIR}) -- cgit v1.2.3