From f4a65875d510a9c86b4b77d1e5257597df5d72e9 Mon Sep 17 00:00:00 2001 From: marantic-amd Date: Tue, 4 Nov 2025 11:33:25 +0100 Subject: [PATCH] Added SQLite3 as a external submodule to rocprofiler-systems (#1348) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 161592f0ae..3191c8dc2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,6 +76,9 @@ [submodule "projects/rocprofiler-systems/external/pybind11"] path = projects/rocprofiler-systems/external/pybind11 url = https://github.com/jrmadsen/pybind11.git +[submodule "projects/rocprofiler-systems/external/sqlite"] + path = projects/rocprofiler-systems/external/sqlite + url = https://github.com/sqlite/sqlite [submodule "projects/rocprofiler-systems/examples/openmp/external/ompvv"] path = projects/rocprofiler-systems/examples/openmp/external/ompvv url = https://github.com/OpenMP-Validation-and-Verification/OpenMP_VV.git