Re: [CMake] How to have build steps operate on files in a copied directory?

2017-07-10 Thread Christopher E Robison
satisfied for now. Thanks again for the help! CR On Mon, Jul 10, 2017 at 6:25 PM, Michael Ellery <mellery...@gmail.com> wrote: > > > On Jul 10, 2017, at 11:19 AM, Christopher E Robison < > cerobi...@utexas.edu> wrote: > > > Can I specify somehow that

Re: [CMake] How to have build steps operate on files in a copied directory?

2017-07-10 Thread Christopher E Robison
command must be executed after the INSTALL(DIRECTORY ...) command has completed? Thanks, CR On Mon, Jul 10, 2017 at 6:04 PM, Michael Ellery <mellery...@gmail.com> wrote: > > > On Jul 10, 2017, at 10:46 AM, Christopher E Robison < > cerobi...@utexas.edu> wrote: > > > >

[CMake] How to have build steps operate on files in a copied directory?

2017-07-10 Thread Christopher E Robison
I've recently begun using CMake on an existing project I've taken over, and I feel like I'm mostly getting used to it, though there is still a vast amount to learn. I've got nearly the entire project building successfully, with the exception of a directory of external scripts that need to be

[CMake] Moving static library to separate project

2018-09-25 Thread Christopher E Robison
I've got a situation I've searched for answers on, and though I've found similar questions, I've found no generally-applicable answers, or at least ones I can use. Apologies in advance for a beginner-level question. I have a group of applications that all use some common functionality I've