From 0dc19894f43ae03a7e78dabfb3784695bd0216fd Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 19 Apr 2026 12:54:16 +0100 Subject: Switch the build system to CMake. --- modules/extra/sqlite3.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/extra/sqlite3.cpp') diff --git a/modules/extra/sqlite3.cpp b/modules/extra/sqlite3.cpp index 70f5ef5c7..3dab8184d 100644 --- a/modules/extra/sqlite3.cpp +++ b/modules/extra/sqlite3.cpp @@ -22,8 +22,9 @@ * along with this program. If not, see . */ -/// $CompilerFlags: find_compiler_flags("sqlite3") -/// $LinkerFlags: find_linker_flags("sqlite3") +/// BEGIN CMAKE +/// target_require_package(${TARGET} "sqlite3" "SQLite3" "SQLite::SQLite3") +/// END CMAKE /// $PackageInfo: require_system("alpine") pkgconf sqlite-dev /// $PackageInfo: require_system("arch") pkgconf sqlite -- cgit v1.3.1-10-gc9f91