polysquare / cmake-forward-arguments

Cherry pick parts of variable-length argument lists to forward on to callees in CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake-forward-arguments

Provides a utility function to forward cherry-picked variable-length argument lists from one function to another in CMake.

About

Cherry pick parts of variable-length argument lists to forward on to callees in CMake

License:MIT License


Languages

Language:CMake 70.7%Language:Python 29.3%