mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
Fix processing parameter folders.
This commit is contained in:
parent
62fa0d69f7
commit
96f7aec272
@ -210,7 +210,8 @@ for fol in folders:
|
||||
|
||||
for f in ff:
|
||||
if f.endswith("cpp"):
|
||||
files.append(f)
|
||||
files.append(os.path.abspath(fol + "/" + f))
|
||||
#files.append(fol + "/" + f)
|
||||
|
||||
env.prg_sources = files
|
||||
libapp = env.add_library("application", env.prg_sources)
|
||||
|
Loading…
Reference in New Issue
Block a user