Skip to content

Commit 4d9bc92

Browse files
authored
Update SConscript
1 parent 2700130 commit 4d9bc92

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from building import *
22

33
cwd = GetCurrentDir()
4-
src = Glob('*.c')
5-
CPPPATH = [str(Dir('#')), cwd]
4+
src = Glob('*.c') + Glob('*.cpp')
5+
CPPPATH = [cwd]
66

77
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
88

0 commit comments

Comments
 (0)