mdavidsaver / cmake4epics

support for using CMake to find EPICS and build IOCs
Other
6 stars 3 forks source link

Run msi on .db and .substitution files before calling epics_install(DBS ${DB_FILES}) #5

Open ebernalru opened 5 years ago

ebernalru commented 5 years ago

Hi, I have an epics unit which looks like a standard epics unit. It has some .db and .substitution files under the DB folder. And the standard Makefile has entries like: DB += foo.db DB+= bar.substitution Now I am migrating that unit to a cmake unit and I was wondering if It would be possible to implement a function to use msi so I can generate the .db files and install them calling epics_install(...) Thank you