aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
274 stars 58 forks source link

Refactor external project arguments to use a list instead #74

Closed martincapello closed 7 months ago

dacap commented 8 months ago

Not sure if CMAKE_ARGS_FOR_EXTERNAL_PROJECT is a standard name, but if it was created by us, I'd replace the CMAKE_ prefix with LAF_.

martincapello commented 8 months ago

You are right, it is not standard. I've named this way because they are arguments for the cmake command executed by the ExternalProject_Add function. I'll change it.