Hi Ben:
Perhaps I was not clear about the problem. CMake include_directories works fine wiht CMake.
BUT, I need to have “make makefile” work running “make” not running “cmake”.
The Generator is supposed to create a Unix Makefile, but the created makefile has lost the directories. It looks like they were not included in the Generation process.
The objective is to have “make makefile” run on a different target machine which only supports “make” but does not support “cmake”
So, how can I get the Generator to process the “include_directories” correctly and put something in the generated “makefile” ?
Thanks,
Garry.