diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-03 19:57:20 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-03 19:57:20 +0200 |
commit | 3edbc412342070bbfd1b9fe3899213912e93411b (patch) | |
tree | 9e3aa29f881bfa7281c82fe51012d778b024fcf2 /CMakeLists.txt | |
parent | 096975db943e4422a9a0afd57d785d4f3ade97f0 (diff) | |
download | pianobar-3edbc412342070bbfd1b9fe3899213912e93411b.tar.gz pianobar-3edbc412342070bbfd1b9fe3899213912e93411b.tar.bz2 pianobar-3edbc412342070bbfd1b9fe3899213912e93411b.zip |
Switch to libwaitress
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df48534..c366638 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,4 +5,5 @@ project (${PACKAGE} C) add_subdirectory (libpiano) add_subdirectory (libwardrobe) +add_subdirectory (libwaitress) add_subdirectory (src) |