Add new file(s): 2025-03-16

This commit is contained in:
horsicq 2025-03-16 00:08:40 +01:00
commit d44653d07d

6
detectiteasy.cmake Normal file
View file

@ -0,0 +1,6 @@
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_custom DESTINATION ${X_RESOURCES} OPTIONAL)
endif()