dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

convert string first argument to `custom_target` into a `find_program` call #86

Closed dcbaker closed 1 month ago

dcbaker commented 2 years ago

This optimization allows more find_program calls to be handled in the single threaded loop than requiring additional calls to find_program later.