I'm trying to generate project files for some code examples that will
go into the installer for a project. Thus, any reference to a source
or binary dir from the build or source tree is invalid in the
generated project.
I'm having problems with:
- include directories. I tried include_directories(
Follow-up...
> I'm trying to generate project files for some code examples
> that will go into the installer for a project. Thus, any
> reference to a source or binary dir from the build or source
> tree is invalid in the generated project.
>
> I'm having problems with:
>
> - include director