diff --git a/CMakeLists.txt b/CMakeLists.txt index 2de078977c..5f91b57242 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,15 +30,8 @@ target_link_libraries(mbed-os mbed-core ) - -# Expose target headers to an app, but hide objects as they are part of mbed-core -target_include_directories(mbed-os INTERFACE $) - add_library(mbed-baremetal INTERFACE) -# Expose target headers to an app, but hide objects as they are part of mbed-core -target_include_directories(mbed-baremetal INTERFACE $) - target_sources(mbed-baremetal INTERFACE $) target_link_libraries(mbed-baremetal