diff options
Diffstat (limited to 'libezxml')
-rw-r--r-- | libezxml/CMakeLists.txt | 7 | ||||
-rw-r--r-- | libezxml/src/CMakeLists.txt | 4 |
2 files changed, 0 insertions, 11 deletions
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) |