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

cpfAddCppPackageComponent() needs the ability to deploy arbitrary files to the runtime output directory #66

Open Knitschi opened 1 year ago

Knitschi commented 1 year ago

Applications often need other files to run, like ini files etc. cpfAddCppPackageComponent() should be able to take a list of files and target directories to deploy such files from the source tree to the runtime output directory.