summaryrefslogtreecommitdiff
path: root/src/ezxml/CMakeLists.txt
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-12-10 19:12:31 -0600
committersanine <sanine.not@pm.me>2022-12-10 19:12:31 -0600
commit7c47f23ee92afa07c748700f1de22fd8b8ccf967 (patch)
tree4387add23b932b74c237128c579c4c2c9005262a /src/ezxml/CMakeLists.txt
parent8bc49efb970ac44f17f6076bb16f1d0e712bd750 (diff)
refactor: remove node.* and util.* and move 3rdparty libs into separate directory
Diffstat (limited to 'src/ezxml/CMakeLists.txt')
-rw-r--r--src/ezxml/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ezxml/CMakeLists.txt b/src/ezxml/CMakeLists.txt
deleted file mode 100644
index db024d9..0000000
--- a/src/ezxml/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-cmake_minimum_required(VERSION 3.2)
-project(ezxml)
-
-add_library(ezxml STATIC ezxml.c)