chore: update database dates and cmake install

This commit is contained in:
horsicq 2026-04-23 15:07:33 +02:00
commit 082f73b1b9
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
date=2026-04-21
date=2026-04-23

View file

@ -1 +1 @@
date=2026-04-21
date=2026-04-23

View file

@ -2,6 +2,7 @@ set(DETECTITEASY_SOURCES true)
if (DEFINED X_RESOURCES)
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/db DESTINATION ${X_RESOURCES} OPTIONAL)
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/db_extra DESTINATION ${X_RESOURCES} OPTIONAL)
install (DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/db_custom DESTINATION ${X_RESOURCES} OPTIONAL)
endif()