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 33c35f7 commit b446238Copy full SHA for b446238
targets/TARGET_GigaDevice/CMakeLists.txt
@@ -1,8 +1,8 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-add_subdirectory(TARGET_GD32F30X)
5
-add_subdirectory(TARGET_GD32F4XX)
+add_subdirectory(TARGET_GD32F30X EXCLUDE_FROM_ALL)
+add_subdirectory(TARGET_GD32F4XX EXCLUDE_FROM_ALL)
6
7
add_library(mbed-gigadevice INTERFACE)
8
0 commit comments