mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix pipeline
This commit is contained in:
parent
2276345748
commit
e909d63ad0
1 changed files with 9 additions and 0 deletions
|
|
@ -6,3 +6,12 @@ OPTION(BBFD_ENABLED "build bbfd daemon with their dependencies" OFF)
|
|||
|
||||
add_subdirectory(libbbf_api)
|
||||
add_subdirectory(libbbf_dm)
|
||||
|
||||
# add CPack to project
|
||||
SET(CPACK_PACKAGE_NAME "libbbf")
|
||||
SET(CPACK_PACKAGE_VENDOR "iopsys.io")
|
||||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "libbbf - Datamodel library")
|
||||
SET(CPACK_PACKAGE_VERSION "1.0.0")
|
||||
SET(CPACK_GENERATOR STGZ)
|
||||
|
||||
include(CPack)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue