From 7d76f4315eaa5ac7783c9cbb47c31a487904dbb2 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 11 Jul 2009 15:09:59 +0200 Subject: 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 --- libezxml/src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libezxml/src/CMakeLists.txt (limited to 'libezxml/src/CMakeLists.txt') diff --git a/libezxml/src/CMakeLists.txt b/libezxml/src/CMakeLists.txt new file mode 100644 index 0000000..d1cf76d --- /dev/null +++ b/libezxml/src/CMakeLists.txt @@ -0,0 +1,4 @@ +set (CMAKE_C_FLAGS -Wall) + +add_library (ezxml STATIC ezxml.c) +target_link_libraries (ezxml) -- cgit v1.2.3