#This is the main CMAKE for building MOT core/concurrency_control component.

AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR} TGT_mot_core_concurrency_control_SRC)

set(TGT_mot_core_concurrency_control_INC
    ${PROJECT_SRC_DIR}/include
    ${MOT_CORE_INCLUDE_PATH}
)

add_static_objtarget(gausskernel_storage_mot_core_concurrency_control TGT_mot_core_concurrency_control_SRC TGT_mot_core_concurrency_control_INC
    "${mot_core_DEF_OPTIONS}" "${mot_core_COMPILE_OPTIONS}" "${mot_core_LINK_OPTIONS}")

