From 9cbb5e5decdf6a86bb239226fd2de8ee5f6d047c Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Thu, 26 Sep 2024 17:04:06 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de1d307..c2261a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![CMake](https://github.com/TheOneRing/vsd/actions/workflows/cmake-single-platform.yml/badge.svg)](https://github.com/TheOneRing/vsd/actions/workflows/cmake-single-platform.yml) # VSD The original motivation for `VSD` was a simple tooll to read `OutputDebugString` or just stdout, stderr for Windows gui applications (which by default don't print to the terminal. Using `GDB` was slowing down the execution too much and [DebugView](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) can be hard to read if too many processes are writing messages.