diff options
Diffstat (limited to '3rdparty/ezxml/CMakeLists.txt')
-rw-r--r-- | 3rdparty/ezxml/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/ezxml/CMakeLists.txt b/3rdparty/ezxml/CMakeLists.txt new file mode 100644 index 0000000..db024d9 --- /dev/null +++ b/3rdparty/ezxml/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 3.2) +project(ezxml) + +add_library(ezxml STATIC ezxml.c) |