From 534711314a50af6626bb74d712fc952b47a395f5 Mon Sep 17 00:00:00 2001 From: protomors Date: Wed, 21 Nov 2018 22:47:52 +0200 Subject: CMake: files for dbx_sqlite. --- libs/sqlite3/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libs/sqlite3/CMakeLists.txt (limited to 'libs/sqlite3') diff --git a/libs/sqlite3/CMakeLists.txt b/libs/sqlite3/CMakeLists.txt new file mode 100644 index 0000000000..1ec989eef3 --- /dev/null +++ b/libs/sqlite3/CMakeLists.txt @@ -0,0 +1,4 @@ +file(GLOB SOURCES "src/*.h" "src/*.c") +set(TARGET sqlite3) +include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake) +set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "_HAVE_SQLITE_CONFIG_H") \ No newline at end of file -- cgit v1.2.3