From d20e4c38cdb92b26f1aa94f32945870f20885dd4 Mon Sep 17 00:00:00 2001 From: Xiao Ley Date: Wed, 30 Jul 2025 15:50:54 +0800 Subject: [PATCH] Add fetch_paths.cmake to Utility Scripts (#51) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e1ec2c..c2370b9 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [ixm](https://github.com/slurps-mad-rips/ixm) - Make CMake less painful when trying to write Modern Flexible CMake. [```[MIT]```][MIT] * [CMakeCooking](https://github.com/hakuch/CMakeCooking) - Flexible development environments for CMake projects with external dependencies . [```[APACHE2]```][APACHE2] +* [fetch_paths.cmake](https://github.com/XiaoLey/fetch_paths.cmake) - Lightweight utility to simplify file/directory path retrieval in CMake, supporting dynamic searches and flexible output formats. [```[MIT]```](https://github.com/XiaoLey/fetch_paths.cmake/blob/main/LICENSE) ## Toolchains