|
|
@@ -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)
|