Add: create bundles via CPack
CPack works closely together with CMake to do the right thing in terms of bundling (called 'package'). This generates all the packaging we need, and some more.
This commit is contained in:
@@ -224,3 +224,5 @@ endif (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
|
||||
include(CreateRegression)
|
||||
create_regression()
|
||||
|
||||
include(InstallAndPackage)
|
||||
|
||||
Reference in New Issue
Block a user