-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BUILD_DEBIAN_PACKAGE option for Debian package support
Introduced the `BUILD_DEBIAN_PACKAGE` CMake option to enable building a Debian package for the library. When this option is enabled and the host system supports Debian, the library will be packaged accordingly. Usage: To enable debian package building: `cmake -DBUILD_DEBIAN_PACKAGE=ON <other_config_options> .. To build debian package: `make package` or `cpack` Signed-off-by: Meet Gandhi <meet.gandhi@einfochips.com>
- Loading branch information
Meet Gandhi
committed
Sep 23, 2024
1 parent
f4e1fa9
commit 61a1699
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters