[cmake-developers] Wrapping functions in CMake

Clifford Yapp cliffyapp at gmail.com
Fri Jul 10 15:42:57 EDT 2015


On Thu, Jul 9, 2015 at 1:35 PM, Clifford Yapp <cliffyapp at gmail.com> wrote:

> 2.  Provide similar lists of all defined targets for the various types
> (e.g. CMAKE_EXECUTABLE_TARGETS, CMAKE_LIBRARY_TARGETS,
> CMAKE_CUSTOM_TARGETS).

Looking into the CMake sources, it seems like this information is
stored already in the global target map - what would be the "correct"
way to expose that information in variables in CMake script space?

Thanks,
Cliff


More information about the cmake-developers mailing list