Skip to content

Commit 7cbdf9e

Browse files
authored
Update SConscript
1 parent 4bf3a83 commit 7cbdf9e

File tree

1 file changed

+2
-4
lines changed
  • bsp/stm32/stm32f072-st-nucleo/applications

1 file changed

+2
-4
lines changed

bsp/stm32/stm32f072-st-nucleo/applications/SConscript

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Import('RTT_ROOT')
2-
Import('rtconfig')
31
from building import *
42

53
cwd = GetCurrentDir()
6-
src = Glob('*.c')
7-
CPPPATH = [cwd, str(Dir('#'))]
4+
src = Glob('*.c') + Glob('*.cpp')
5+
CPPPATH = [cwd]
86

97
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
108

0 commit comments

Comments
 (0)