vtk.module files are “kind of CMake code”, but so far I have not seen one that contains variables to be resolved in CMake style, like
NAME
SomePrefix::${ModuleName}
LIBRARY_NAME
${ModuleName}
etc.
It it possible at all?
vtk.module files are “kind of CMake code”, but so far I have not seen one that contains variables to be resolved in CMake style, like
NAME
SomePrefix::${ModuleName}
LIBRARY_NAME
${ModuleName}
etc.
It it possible at all?
That is not possible. It is deliberately not regular cmake code to avoid developers from putting weird logic and dependencies that play foul with dependency resolution.