We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2700130 commit 4d9bc92Copy full SHA for 4d9bc92
bsp/stm32/stm32l4r5-st-nucleo/applications/SConscript
@@ -1,8 +1,8 @@
1
from building import *
2
3
cwd = GetCurrentDir()
4
-src = Glob('*.c')
5
-CPPPATH = [str(Dir('#')), cwd]
+src = Glob('*.c') + Glob('*.cpp')
+CPPPATH = [cwd]
6
7
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
8
0 commit comments