diff --git a/CMakeLists.txt b/CMakeLists.txt index ca83906..d7ef0f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.25) project(sqlite3_native C) +set(CMAKE_POSITION_INDEPENDENT_CODE ON) + include(bare) if(NOT TARGET sqlite3)