ixm-one / legacy

Make CMake less painful when trying to write Modern Flexible CMake (legacy)

Home Page:https://ixm.one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introspection API

bruxisma opened this issue · comments

Currently, we have several functions that are useful for introspection and debugging a CMake script. These (currently) include:

  • inspect
  • locals

We should try to add additional features if necessary before the stable alpha, or at the very least, document commands that are debugging related, but might not be located in Modules/API/Introspection.cmake (such as target(LIST))

Calling this an Introspection API is more accurate for the naming convention.