Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmConstStack: Factor out of cmListFileBacktrace | Brad King | 2022-04-02 | 1 | -0/+1 |
| | | | | | | | This presents value semantics for a stack of constant values. Internally it shares ownership to avoid copies. Previously this was implemented by `cmListFileBacktrace` explicitly, but the approach can be re-used for other kinds of stacks. | ||||
* | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 1 | -0/+206 |