summaryrefslogtreecommitdiff
path: root/libezxml/CMakeLists.txt
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-07-11 15:09:59 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-07-11 15:12:37 +0200
commit7d76f4315eaa5ac7783c9cbb47c31a487904dbb2 (patch)
treed1424dbaa705f6e6472168b0fd9caa29124953d2 /libezxml/CMakeLists.txt
parentdecad112401877c2986ed04fb8f3e0084542f251 (diff)
downloadpianobar-windows-7d76f4315eaa5ac7783c9cbb47c31a487904dbb2.tar.gz
pianobar-windows-7d76f4315eaa5ac7783c9cbb47c31a487904dbb2.tar.bz2
pianobar-windows-7d76f4315eaa5ac7783c9cbb47c31a487904dbb2.zip
ezxml: Slightly modified version of ezxml added
ezxml is a light xml parser, homepage: http://ezxml.sourceforge.net/ Removed xml write and modify functions, added cmake build system
Diffstat (limited to 'libezxml/CMakeLists.txt')
-rw-r--r--libezxml/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/libezxml/CMakeLists.txt b/libezxml/CMakeLists.txt
new file mode 100644
index 0000000..edf52c7
--- /dev/null
+++ b/libezxml/CMakeLists.txt
@@ -0,0 +1,7 @@
+cmake_minimum_required (VERSION 2.4)
+
+set (PACKAGE "libezxml")
+project (${PACKAGE} C)
+
+add_subdirectory (src)
+