Closed plfiorini closed 3 years ago
Just use cmake_parse_arguments instead of _liri_parse_all_arguments.
cmake_parse_arguments
_liri_parse_all_arguments
Copy the code of _liri_module_name inside liri_add_module since it's used only there.
_liri_module_name
liri_add_module
And remove a bunch of macros that we never used.
Just use
cmake_parse_arguments
instead of_liri_parse_all_arguments
.Copy the code of
_liri_module_name
insideliri_add_module
since it's used only there.And remove a bunch of macros that we never used.