You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
294 B
15 lines
294 B
#
|
|
# Copyright (c) 2018 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if(CONFIG_LIBMETAL)
|
|
set(WITH_ZEPHYR 1)
|
|
set(WITH_ZEPHYR_LIB 1)
|
|
set(WITH_DOC OFF CACHE BOOL "" FORCE)
|
|
set(WITH_DEFAULT_LOGGER OFF CACHE BOOL "" FORCE)
|
|
|
|
add_subdirectory(${CONFIG_LIBMETAL_SRC_PATH} libmetal)
|
|
endif()
|