Antoine Tollenaere wrote:

Is there a way to tell CMake to include a file in the generated Makefiles ?

Well there's INCLUDE_EXTERNAL_MSPROJECT, but I don't know that it applies to the nmake generator.

You could ADD_CUSTOM_COMMAND or ADD_CUSTOM_TARGET to wrap up the 3rd party nmakefile. This doesn't help you with communicating variables, but you could get things built the way the manufacturer intended. For communication you'd probably have to delve into CMake scripting.


Cheers,
Brandon Van Every

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to