Skip to content

Add generator APIs to get build settings with backtraces

Brad King requested to merge brad.king/cmake:backtrace-gen-values into master

In cmGeneratorTarget and cmLocalGenerator we offer several APIs to get build settings like include directories, compile definitions, source files, etc. Add corresponding APIs that include backtrace information.

Also record backtraces of install(TARGETS) commands on their target install generators.

These will be useful to present to IDEs through the fileapi proposed in #18398 (closed).

Edited by Brad King

Merge request reports