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