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 9bbc8c9 commit 1413c42Copy full SHA for 1413c42
CMakeLists.txt
@@ -8,6 +8,8 @@ cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
8
include(${MBED_CONFIG_PATH}/mbed_config.cmake)
9
include(tools/cmake/set_linker_script.cmake)
10
11
+project(mbed-os)
12
+
13
add_library(mbed-core INTERFACE)
14
15
add_library(mbed-os INTERFACE)
0 commit comments