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/CMakeLists.txt | 7 ------- libezxml/src/CMakeLists.txt | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 libezxml/CMakeLists.txt delete mode 100644 libezxml/src/CMakeLists.txt (limited to 'libezxml') diff --git a/libezxml/CMakeLists.txt b/libezxml/CMakeLists.txt deleted file mode 100644 index edf52c7..0000000 --- a/libezxml/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -cmake_minimum_required (VERSION 2.4) - -set (PACKAGE "libezxml") -project (${PACKAGE} C) - -add_subdirectory (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