Add CMake rules for installation as a standalone package. #70
Merged
SlavekB
merged 1 commits from feat/install-as-standalone-package
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feat/install-as-standalone-package'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Starting with commit
2a847be412
, we are ready to install TDE CMake macros as a standalone package when the files will be placed in the system CMake folder. That's why I prepared CMake rules for installing files – as a standalone package.There is deliberately omitted installation of Apidox scripts because they depend on the common admin module, while requiring the presence of Makefile.am files in source codes. Therefore, they require a fundamental change in functionality and is not desirable that they are installed in the current form in the system CMake directory. Therefore, modules using Apidox scripts such as tdelibs, tdebase, tdepim will continue to require CMake as a submodule.
Tested, looks good.
0846fa1cb7
into master 1 year agoReviewers
0846fa1cb7
.