From a34feb431bb9a8bef76fc1e069c73ded48b1f4cc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 11 Jul 2009 15:13:02 +0200 Subject: piano: Switched to ezxml Removes libxml2 bloat and (hopefully) most of the buggy/ugly xml code. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c366638..11d3169 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,5 @@ project (${PACKAGE} C) add_subdirectory (libpiano) add_subdirectory (libwardrobe) add_subdirectory (libwaitress) +add_subdirectory (libezxml) add_subdirectory (src) -- cgit v1.2.3