Browse Source

#IQRV #comment [CMake] 添加 deb 开关

gifur 4 years ago
parent
commit
c688ab87a3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      addin/cmake/ConfigOptions.cmake

+ 3 - 1
addin/cmake/ConfigOptions.cmake

@@ -33,4 +33,6 @@ option(BUILD_DEVADAPTER "whether build device adapter or not" ON)
 
 option(WITH_LOCAL_DEVLIB "build dev adapter with local dependency libraries except conan" OFF)
 
-option(WITH_CI_NUMBER "increment build number, especially CI environment" OFF)
+option(WITH_CI_NUMBER "increment build number, especially CI environment" OFF)
+
+option(PACK_AS_DEB_PKG "build the project and package as debian type " ON)