From 99f0f254bafe5ff4b448e4d2c7834a51419fe6dd Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Fri, 30 May 2008 12:00:29 +0800 Subject: [PATCH] Remove CMakeLists.txt file that is old and not needed --- src/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/CMakeLists.txt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt deleted file mode 100644 index 63b2b0b..0000000 --- a/src/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -set(plasmoidviewer_SRCS - fullview.cpp - main.cpp -) - -kde4_add_executable(plasmoidviewer ${plasmoidviewer_SRCS}) - -target_link_libraries(plasmoidviewer plasma) - -install(TARGETS plasmoidviewer DESTINATION ${BIN_INSTALL_DIR}) - -- 2.11.4.GIT