Can you show me an example of the use of the Interior_Files argument to c_incl? <br><br>We have a .h file that is generated during the cook process from other files. <br><br>Once the .h file is generated, it needs to be available for inclusion by .cpp files in the normal build process. <br>
<br>What I see happen is that the .h is created but then the .h is not found when cook is building one of the .cpp files that includes it. <br><br>I think Interior_Files may be what we need to use but I can't figure out the usage. <br>
<br>Thanks for any information,<br><br>-Ryan Thompson<br>