1project(sqlite3ext VERSION 0.1 DESCRIPTION "sqlite3 ext library") 2 3file(GLOB src CONFIGURE_DEPENDS "*.c") 4add_library(sqlite3ext SHARED ${src})