our system uses some xml files to generate some code. So I\'ve created a custom command to scan and parse these files, and generate stuff as accorded.This is what I did:
I\'m trying to use add_custom_command to generate a file during the build. The command never seemed to be run, so I made this test file.
I\'m struggling with add_custom_command. Let me explain the problem in detail. I\'ve these set of cxx files and hxx files. I run a perl script on each of them to generate a certain kind of translatio