blob: c4149415e12dcfe3de64441e612ddf030f12117d [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
#Extend the module path with the location of the framework.
function(_tfacmf_extend_module_path)
get_filename_component(_TMP ${CMAKE_CURRENT_LIST_FILE} DIRECTORY)
list(APPEND CMAKE_MODULE_PATH ${_TMP})
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" PARENT_SCOPE)
endfunction()
_tfacmf_extend_module_path()