From 1cad8f1308e4af86027f9ae25523b8a8b3f6592c Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sun, 9 Aug 2026 05:27:00 +0000 Subject: Next development steps --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 70a6c32..550f3e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,6 +145,14 @@ if(HYBBX_STORAGE_SQLITE AND HYBBX_BUILD_DAEMON) endif() endif() +# --------------------------------------------------------------------------- +# --------------------------------------------------------------------------- +find_package(PkgConfig QUIET) +if(PkgConfig_FOUND) +endif() +else() +endif() + # --------------------------------------------------------------------------- # Platform detection (see docs/PLATFORMS.md) # --------------------------------------------------------------------------- -- cgit v1.3.1