Files @ 4028a346085d
Branch filter:

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

Jan Kaluza
Proper requires on libcommuni (not communi)
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)