polybar / xpp

xpp - A C++11 RAII wrapper for XCB
Other
7 stars 11 forks source link

fix(cmake): Ensure proto headers are generated early #7

Closed skystrife closed 7 years ago

skystrife commented 7 years ago

When building using the Ninja generator, the headers were not always generated before first use in dependent projects. This forces them to be generated by making the xpp target explicitly depend on them.

jaagr commented 7 years ago

Thanks