Debianization with CPack
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 81c9e58..895a57e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -222,3 +222,7 @@
 endif()
 
 include(CMake/BuildFlatBuffers.cmake)
+
+if(FLATBUFFERS_PACKAGE_DEBIAN)
+    include(CMake/PackageDebian.cmake)
+endif()