summaryrefslogtreecommitdiff
path: root/libezxml/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libezxml/src/CMakeLists.txt')
-rw-r--r--libezxml/src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
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)