You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
add_definitions("-DSQLITE_THREADSAFE=1")
|
|
|
|
COLMAP_ADD_STATIC_LIBRARY(sqlite3
|
|
sqlite3.h
|
|
sqlite3ext.h
|
|
sqlite3.c
|
|
)
|