aboutsummaryrefslogtreecommitdiff
path: root/project/cmake/xbmc-addon-helpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/xbmc-addon-helpers.cmake')
-rw-r--r--project/cmake/xbmc-addon-helpers.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/cmake/xbmc-addon-helpers.cmake b/project/cmake/xbmc-addon-helpers.cmake
index 2394e9a38b..1afc561917 100644
--- a/project/cmake/xbmc-addon-helpers.cmake
+++ b/project/cmake/xbmc-addon-helpers.cmake
@@ -74,3 +74,6 @@ function (xbmc_find_path var_name filename search_path strip_file)
endif(strip_file)
set (${var_name} ${PATH_TO_FILE} PARENT_SCOPE)
endfunction()
+
+OPTION(PACKAGE_ZIP "Package Zip file?" OFF)
+OPTION(PACKAGE_TGZ "Package TGZ file?" OFF)