CMake GigaDevice: fix exclude all for targets

Co-authored-by: Hugues Kamba-Mpiana <41612201+hugueskamba@users.noreply.github.com>
pull/14281/head
Martin Kojtal 2021-02-14 19:28:06 +00:00 committed by GitHub
parent 33c35f791b
commit b446238441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(TARGET_GD32F30X)
add_subdirectory(TARGET_GD32F4XX)
add_subdirectory(TARGET_GD32F30X EXCLUDE_FROM_ALL)
add_subdirectory(TARGET_GD32F4XX EXCLUDE_FROM_ALL)
add_library(mbed-gigadevice INTERFACE)