diff options
Diffstat (limited to 'libezxml/CMakeLists.txt')
-rw-r--r-- | libezxml/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libezxml/CMakeLists.txt b/libezxml/CMakeLists.txt new file mode 100644 index 0000000..edf52c7 --- /dev/null +++ b/libezxml/CMakeLists.txt @@ -0,0 +1,7 @@ +cmake_minimum_required (VERSION 2.4) + +set (PACKAGE "libezxml") +project (${PACKAGE} C) + +add_subdirectory (src) + |