blob: 8155c2de1debd0005db082443a423b9cf0e552cb [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
if (NOT DEFINED TGT)
message(FATAL_ERROR "mandatory parameter TGT is not defined.")
endif()
set_property(TARGET ${TGT} APPEND PROPERTY PROTOBUF_FILES
"${CMAKE_CURRENT_LIST_DIR}/status.proto"
)