diff options
Diffstat (limited to 'libezxml/src')
-rw-r--r-- | libezxml/src/CMakeLists.txt | 4 |
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) |