From 270bb7be68b3b866c91e04a4569de2ace4bee9b6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 1 Dec 2023 14:46:12 -0500 Subject: [PATCH] Mention CMake Log Parser in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9febea..4c17c44 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This proof-of-concept detects which packages are used in a CMake project without having to modify the project at all (in most cases.) This could be used to generate dependency data for KDE libraries and also 3rd party dependencies. +See my [CMake Log Parser](https://invent.kde.org/redstrate/cmake-package-installer) for another idea of how to parse dependency data from CMake. I think this is a better solution though. + ## How it works As you may have seen before, lots of CMake projects (including KDE software) uses a module called `FeatureSummary`. It prints out what packages are used in a project and also a whole host of other configurable information.