Older/3rdparty/CMakeLists.txt
2025-02-28 16:44:54 +00:00

7 lines
216 B
CMake

add_library(sqlite3 STATIC
sqlite-amalgamation-3490100/sqlite3.h sqlite-amalgamation-3490100/sqlite3.c
)
target_include_directories(sqlite3
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/sqlite-amalgamation-3490100
)