No description
Find a file
2024-06-06 21:52:52 +02:00
src Use CmakeLists 2024-06-06 21:48:01 +02:00
.gitignore Use CmakeLists 2024-06-06 21:48:01 +02:00
CMakeLists.txt Use CmakeLists 2024-06-06 21:48:01 +02:00
flake.lock first commit 2024-06-05 21:07:23 +02:00
flake.nix Use CmakeLists 2024-06-06 21:48:01 +02:00
README.md Update README.md 2024-06-06 21:52:52 +02:00

Tutorial

Compiling

mkdir -p build # Create build directory
cmake -Bbuild -G Ninja # Configure build folder with ninja builder
ninja -C build

Run

./build/wayland_test_server &
./build/wayland_test_client