diff --git a/external/sqlite3/sqlite-3430000/CMakeLists.txt b/external/sqlite3/sqlite-3430000/CMakeLists.txt index f29b00b..f20efef 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