Update rtos/CMakeLists.txt

Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
pull/13566/head
Martin Kojtal 2020-10-27 13:47:56 +00:00 committed by Hugues Kamba
parent e7c0d93ad4
commit f8a02ce5de
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ target_sources(mbed-core
source/Mutex.cpp
source/Semaphore.cpp
source/ThisThread.cpp
)
target_sources(mbed-core
INTERFACE
source/ConditionVariable.cpp
source/Thread.cpp
)