From 8ac0b9532a34383d22b76ff7e274e32780891dc1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 11 Jun 2010 19:36:06 +0200 Subject: Switching build system again Now it's plain make. --- libezxml/src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 libezxml/src/CMakeLists.txt (limited to 'libezxml/src') diff --git a/libezxml/src/CMakeLists.txt b/libezxml/src/CMakeLists.txt deleted file mode 100644 index d1cf76d..0000000 --- a/libezxml/src/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -set (CMAKE_C_FLAGS -Wall) - -add_library (ezxml STATIC ezxml.c) -target_link_libraries (ezxml) -- cgit v1.2.3