diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-31 19:39:48 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-31 19:39:48 +0100 |
commit | 516bc854369243b2f1ba4f1c019aca06cbbd736e (patch) | |
tree | 82cbc27a8975af41b694090172421e8dd83c9d92 /CMakeLists.txt | |
parent | 9312c14b47a2d6e58238902d1424ae8d45d73ac5 (diff) | |
download | pianobar-516bc854369243b2f1ba4f1c019aca06cbbd736e.tar.gz pianobar-516bc854369243b2f1ba4f1c019aca06cbbd736e.tar.bz2 pianobar-516bc854369243b2f1ba4f1c019aca06cbbd736e.zip |
Whoops, forgot to add new files to last commit...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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) |