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.
exercise_2/3rdparty/colmap-dev/lib/SQLite/CMakeLists.txt

8 lines
123 B

add_definitions("-DSQLITE_THREADSAFE=1")
COLMAP_ADD_STATIC_LIBRARY(sqlite3
sqlite3.h
sqlite3ext.h
sqlite3.c
)