diff --git a/msvc-deps/sqlite3/CMakeLists.txt b/msvc-deps/sqlite3/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ae6ac14a899e67c8631d41a8bba4dc175f783c9 --- /dev/null +++ b/msvc-deps/sqlite3/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 2.6) +FILE(GLOB SRC *.c *.h) + +ADD_LIBRARY(sqlite3 STATIC ${HEADERS} ${SRC}) + +INSTALL(TARGETS sqlite3 LIBRARY DESTINATION lib ARCHIVE DESTINATION lib COMPONENT libraries) \ No newline at end of file