summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-09 05:27:00 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-09 05:27:00 +0000
commit1cad8f1308e4af86027f9ae25523b8a8b3f6592c (patch)
tree7fa911b052986a69728343a09f8dde3d1c206c9b /CMakeLists.txt
parent20cb29c2f8c5c87bc590896854a20b1473ceb358 (diff)
Next development steps
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70a6c32..550f3e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,6 +146,14 @@ if(HYBBX_STORAGE_SQLITE AND HYBBX_BUILD_DAEMON)
endif()
# ---------------------------------------------------------------------------
+# ---------------------------------------------------------------------------
+find_package(PkgConfig QUIET)
+if(PkgConfig_FOUND)
+endif()
+else()
+endif()
+
+# ---------------------------------------------------------------------------
# Platform detection (see docs/PLATFORMS.md)
# ---------------------------------------------------------------------------
if(CMAKE_SYSTEM_NAME STREQUAL "AmigaOS")
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com