Browse Source

Add RPM and DEB package generator for Raspberry Pi package build.

Yao Wei Tjong 姚伟忠 11 years ago
parent
commit
6f893483a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CMakeLists.txt

+ 1 - 0
Source/CMakeLists.txt

@@ -98,6 +98,7 @@ if (ANDROID)
     set (CPACK_SYSTEM_NAME Android)
 elseif (RASPI)
     set (CPACK_SYSTEM_NAME Raspberry-Pi)
+    list (APPEND CPACK_GENERATOR RPM DEB)
 elseif (IOS)
     set (CPACK_SYSTEM_NAME iOS)
 elseif (APPLE)