diff options
Diffstat (limited to 'libezxml/src/CMakeLists.txt')
-rw-r--r-- | libezxml/src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libezxml/src/CMakeLists.txt b/libezxml/src/CMakeLists.txt new file mode 100644 index 0000000..d1cf76d --- /dev/null +++ b/libezxml/src/CMakeLists.txt @@ -0,0 +1,4 @@ +set (CMAKE_C_FLAGS -Wall) + +add_library (ezxml STATIC ezxml.c) +target_link_libraries (ezxml) |