Restore CMakeLists.txt

Original master repository does not have CMakeLists.txt, put it back
as 'git subtree add' does not have it.
pull/14816/head
Arto Kinnunen 2021-06-23 10:11:33 +03:00
parent 098b06878b
commit 051f31a2d6
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-802.15.4-rf
INTERFACE
mcr20a-rf-driver
source
)
target_sources(mbed-802.15.4-rf
INTERFACE
source/MCR20Drv.c
source/NanostackRfPhyMcr20a.cpp
)