Wayland cOMPositor written in C++ using Louvre.
at main 142 B view raw
1CC=g++ 2 3all: 4 meson setup build --wipe 5 cd build && meson compile 6 7format: 8 clang-format -i src/*.cpp 9 clang-format -i src/*.hpp 10 11.PHONY: all