We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f2d76 commit 7172923Copy full SHA for 7172923
hal/tests/TESTS/mbed_timing_fpga_ci_test_shield/watchdog/CMakeLists.txt
@@ -0,0 +1,15 @@
1
+# Copyright (c) 2020 ARM Limited. All rights reserved.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
5
6
+set(MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../../.. CACHE INTERNAL "")
7
+set(TEST_TARGET mbed-hal-fpga-ci-test-shield-watchdog)
8
9
+include(${MBED_PATH}/tools/cmake/mbed_greentea.cmake)
10
11
+project(${TEST_TARGET})
12
13
+list(APPEND TEST_REQ_LIBS_LIST mbed-fpga-ci-test-shield mbed-storage-blockdevice)
14
15
+mbed_greentea_cmake_macro(TEST_NAME ${TEST_TARGET} TEST_REQUIRED_LIBS ${TEST_REQ_LIBS_LIST})
0 commit comments