From 516bc854369243b2f1ba4f1c019aca06cbbd736e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 31 Jan 2009 19:39:48 +0100 Subject: Whoops, forgot to add new files to last commit... --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..611960c --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required (VERSION 2.4) + +set (PACKAGE pianobar) +project (${PACKAGE}) + +add_subdirectory (libpiano) +add_subdirectory (libwardrobe) +add_subdirectory (src) -- cgit v1.2.3