Hi. It looks like INCLUDE_DIRECTORIES(), LINK_DIRECTORIES() and ADD_DEFINITIONS() are defined globally, which in our setup is not quite we were aiming for. ADD_DEFINITIONS() can be replaced I suppose by setting the compile flags directly on the target, since -D is pretty 'portable'. But are -L and -I also portable in the same way, and setting them on the LINK_FLAGS / COMPILER_FLAGS going to behave appropriately? If we were to implement those three commands, would there be any interest in merging this in the trunk? We would hate to have to maintain our own parallel copy of cmake on all the platforms we need to support.... Thanks, Stephane Rouleau
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
