From 833b6cbbf0349341d3c5aa973e58f92bc3558191 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 4 Jul 2013 10:31:48 +0200 Subject: [PATCH] There is no CMakeLists in linux/ anymore --- src/tomahawk/CMakeLists.linux.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tomahawk/CMakeLists.linux.cmake b/src/tomahawk/CMakeLists.linux.cmake index 03d70415f..67613ea3b 100644 --- a/src/tomahawk/CMakeLists.linux.cmake +++ b/src/tomahawk/CMakeLists.linux.cmake @@ -15,8 +15,6 @@ IF( WITH_GNOMESHORTCUTHANDLER ) SET( tomahawkSources ${tomahawkSources} linux/GnomeShortcutHandler.cpp ) ENDIF( WITH_GNOMESHORTCUTHANDLER ) -ADD_SUBDIRECTORY( "${CMAKE_CURRENT_SOURCE_DIR}/linux" ) - INSTALL( FILES ${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon.svg RENAME tomahawk.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) INSTALL( FILES ${CMAKE_SOURCE_DIR}/admin/unix/tomahawk.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )