From 8ac0b9532a34383d22b76ff7e274e32780891dc1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 11 Jun 2010 19:36:06 +0200 Subject: Switching build system again Now it's plain make. --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index fa6fcde..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -cmake_minimum_required (VERSION 2.4) - -set (PACKAGE pianobar) -project (${PACKAGE} C) - -add_subdirectory (libpiano) -add_subdirectory (libwaitress) -add_subdirectory (libezxml) -add_subdirectory (src) -- cgit v1.2.3