mirror of https://github.com/ARMmbed/mbed-os.git
CMake GigaDevice: fix exclude all for targets
Co-authored-by: Hugues Kamba-Mpiana <41612201+hugueskamba@users.noreply.github.com>pull/14281/head
parent
33c35f791b
commit
b446238441
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue