aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra/sqlite3.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-04-19 12:54:16 +0100
committerGravatar Sadie Powell2026-04-27 17:26:08 +0100
commit0dc19894f43ae03a7e78dabfb3784695bd0216fd (patch)
treead44bd4f6ce3e01b046905f00bace5352c366d87 /modules/extra/sqlite3.cpp
parentMerge branch 'insp4' into master. (diff)
downloadinspircd++-0dc19894f43ae03a7e78dabfb3784695bd0216fd.tar.gz
inspircd++-0dc19894f43ae03a7e78dabfb3784695bd0216fd.tar.bz2
inspircd++-0dc19894f43ae03a7e78dabfb3784695bd0216fd.zip
Switch the build system to CMake.
Diffstat (limited to 'modules/extra/sqlite3.cpp')
-rw-r--r--modules/extra/sqlite3.cpp5
1 files changed, 3 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-/// $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