lirios / cmake-shared

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

Remove useless macros #19

Closed plfiorini closed 3 years ago

plfiorini commented 3 years ago

Just use cmake_parse_arguments instead of _liri_parse_all_arguments.

Copy the code of _liri_module_name inside liri_add_module since it's used only there.

And remove a bunch of macros that we never used.