comparison MySQL/CMakeLists.txt @ 366:cd9521e04249 attach-custom-data

DatabaseBackendAdapterV4: added support for customData + revision when not already done
author Alain Mazy <am@osimis.io>
date Thu, 15 Sep 2022 18:12:34 +0200
parents b5fb8b77ce4d
children
comparison
equal deleted inserted replaced
365:7671fa7f099e 366:cd9521e04249
76 76
77 EmbedResources( 77 EmbedResources(
78 MYSQL_PREPARE_INDEX ${CMAKE_SOURCE_DIR}/Plugins/PrepareIndex.sql 78 MYSQL_PREPARE_INDEX ${CMAKE_SOURCE_DIR}/Plugins/PrepareIndex.sql
79 MYSQL_GET_LAST_CHANGE_INDEX ${CMAKE_SOURCE_DIR}/Plugins/GetLastChangeIndex.sql 79 MYSQL_GET_LAST_CHANGE_INDEX ${CMAKE_SOURCE_DIR}/Plugins/GetLastChangeIndex.sql
80 MYSQL_CREATE_INSTANCE ${CMAKE_SOURCE_DIR}/Plugins/CreateInstance.sql 80 MYSQL_CREATE_INSTANCE ${CMAKE_SOURCE_DIR}/Plugins/CreateInstance.sql
81
82 MYSQL_INSTALL_REVISION_AND_CUSTOM_DATA
83 ${CMAKE_SOURCE_DIR}/Plugins/InstallRevisionAndCustomData.sql
81 ) 84 )
82 85
83 add_custom_target( 86 add_custom_target(
84 AutogeneratedTarget 87 AutogeneratedTarget
85 DEPENDS 88 DEPENDS