lirios / cmake-shared

:book: Shared CMake functions and macros
Other
8 stars 7 forks source link

LiriAddModule: revamp forwarding headers #17

Closed plfiorini closed 3 years ago

plfiorini commented 3 years ago

Allow users to specify multiple class names and the path to the actual header if it's in a subdirectory.

To do so we write our own code, instead of using extra-cmake-modules.

Closes: #14