From bba9a3333d15e7b8216b4d1d32d5d43786c2330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Risto=20Peja=C5=A1inovi=C4=87?= Date: Fri, 24 Oct 2025 16:07:15 +0200 Subject: [PATCH] Add SoCMake (#53) fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2370b9..97cc0ad 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [cmake-language-server](https://github.com/regen100/cmake-language-server) - CMake Language Server Protocol Implementation. [```[MIT]```][MIT] * [cmake-maven-plugin](https://github.com/cmake-maven-project/cmake-maven-project) - CMake integration for Maven builds. [```[APACHE2]```][APACHE2] * [version-from-git](https://github.com/MhmRhm/version-from-git) - Bake git information into your binary. [```[MIT]```][MIT] +* [SoCMake](https://github.com/HEP-SoC/SoCMake) - CMake based build system for hardware (ASIC, FPGA) and System-on-Chip build automation. [```[LGPL]```][LGPL] ## License