Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Location of abi dump-files in installed packages is incorrect. #35

Closed Knitschi closed 5 years ago

Knitschi commented 5 years ago

Currently the files lie parallel to the MyLib directory in the zip file. They should be in this directory, maybe in a debug sub-directory.

Knitschi commented 5 years ago

The dump files are currently not installed by the install targets. They should be, to make sure we get the same content here as we have in the package file.

Knitschi commented 5 years ago

The location of the files in the package has been fixed. We only need to install rules now, and remove adding the files manually during package content assembling.

Knitschi commented 5 years ago

Fixed it.