diff options
author | David Robillard <d@drobilla.net> | 2023-09-23 18:53:15 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-23 18:53:15 -0400 |
commit | f6f0ecfa0aa9872a582e22f2b839d500105aafa1 (patch) | |
tree | f4eae44cd0de87ee9e94bc8ffc76e55ecb28409b /bindings/cpp/include/meson.build | |
parent | a347ffd2f45feb4e180dd470046436f51591bd91 (diff) | |
download | pugl-f6f0ecfa0aa9872a582e22f2b839d500105aafa1.tar.gz pugl-f6f0ecfa0aa9872a582e22f2b839d500105aafa1.tar.bz2 pugl-f6f0ecfa0aa9872a582e22f2b839d500105aafa1.zip |
Format meson.build files with muon
The less time wasted with manual code formatting, the better.
Diffstat (limited to 'bindings/cpp/include/meson.build')
-rw-r--r-- | bindings/cpp/include/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/cpp/include/meson.build b/bindings/cpp/include/meson.build index 2521f8e..08e66bb 100644 --- a/bindings/cpp/include/meson.build +++ b/bindings/cpp/include/meson.build @@ -2,10 +2,9 @@ # SPDX-License-Identifier: 0BSD OR ISC cpp_headers = files( - 'pugl/pugl.hpp', - 'pugl/cairo.hpp', 'pugl/gl.hpp', + 'pugl/pugl.hpp', 'pugl/stub.hpp', 'pugl/vulkan.hpp', ) |