Files @ 0d8056349af2
Branch filter:

Location: libtransport.git/msvc-deps/sqlite3/CMakeLists.txt

Jan Kaluza
When auto_registration is enabled, set register=True also when storage backend does not exist
1
2
3
4
5
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)