polybar / xpp

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

fix(cmake): Specify library type #15

Closed patrick96 closed 5 years ago

patrick96 commented 5 years ago

If BUILD_SHARED_LIBS is set to ON, xpp will build as a shared library which we don't want.

Ref jaagr/polybar#1628