configuration fixes

This commit is contained in:
Vitor Santos Costa
2018-11-23 10:55:05 +00:00
parent 9be6eb9132
commit 999de8df19
5 changed files with 13 additions and 6 deletions

View File

@@ -2,10 +2,11 @@ if (WITH_SQLITE3)
message( " * Sqlite3 Data-Base (http://www.sqlite3.org), distributed with MYDDAS" )
set (SQLITE_EXTRA
chinook.db
set (SQLITE_TEST
sqlitest.yap)
set (SQLITE_DB chinook.db)
set( YAPSQLITE3_SOURCES
myddas_sqlite3.c
src/sqlite3.h
@@ -65,8 +66,12 @@ if (WITH_SQLITE3)
)
endif()
install(FILES ${SQLITE_EXTRA}
install(FILES ${SQLITE_DB}
DESTINATION ${YAP_PLDIR}/data
)
install(FILES ${SQLITE_TEST}
DESTINATION ${YAP_PLDIR}/test
)
endif()