From 63874901825a6a092c740139962aa101beb777c1 Mon Sep 17 00:00:00 2001 From: Fancy code <258828110.@qq.com> Date: Mon, 6 May 2024 11:34:39 +0800 Subject: [PATCH] Add:sqlite3 install. --- external/sqlite3/sqlite-3430000/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/external/sqlite3/sqlite-3430000/CMakeLists.txt b/external/sqlite3/sqlite-3430000/CMakeLists.txt index f29b00b1..f20efef4 100644 --- a/external/sqlite3/sqlite-3430000/CMakeLists.txt +++ b/external/sqlite3/sqlite-3430000/CMakeLists.txt @@ -12,4 +12,6 @@ include_directories( file(GLOB_RECURSE SRC_FILES ./sqlite3.c) set(TARGET_NAME sqlite3) -add_library(${TARGET_NAME} STATIC ${SRC_FILES}) \ No newline at end of file +add_library(${TARGET_NAME} STATIC ${SRC_FILES}) + +install(FILES ./sqlite3.h DESTINATION include) \ No newline at end of file