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