[CMake] COMMAND dependencies with add_custom_command()

2017-01-25 Thread Craig Scott
The documentation for add_custom_command() contains this little nugget when discussing the COMMAND keyword: If COMMAND specifies an executable target name .. Additionally a > target-level dependency will be added so that the executable target will be > built before any target using this custom

Re: [CMake] Generate a file with a custom command as part of build

2017-01-25 Thread Michael Ellery
> On Jan 24, 2017, at 11:22 PM, doug livesey wrote: > > Is there any way that I can make the files webpack compiles into dependencies > for the Webpack task? So that any changes to those are picked up for > recompilation? > No worries if not, I just thought it would be nice. > just add any f