Skip to content

Commit 051f31a

Browse files
author
Arto Kinnunen
committed
Restore CMakeLists.txt
Original master repository does not have CMakeLists.txt, put it back as 'git subtree add' does not have it.
1 parent 098b068 commit 051f31a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
target_include_directories(mbed-802.15.4-rf
5+
INTERFACE
6+
mcr20a-rf-driver
7+
source
8+
)
9+
10+
target_sources(mbed-802.15.4-rf
11+
INTERFACE
12+
source/MCR20Drv.c
13+
source/NanostackRfPhyMcr20a.cpp
14+
)

0 commit comments

Comments
 (0)