mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02: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:
|
for f in ff:
|
||||||
if f.endswith("cpp"):
|
if f.endswith("cpp"):
|
||||||
files.append(f)
|
files.append(os.path.abspath(fol + "/" + f))
|
||||||
|
#files.append(fol + "/" + f)
|
||||||
|
|
||||||
env.prg_sources = files
|
env.prg_sources = files
|
||||||
libapp = env.add_library("application", env.prg_sources)
|
libapp = env.add_library("application", env.prg_sources)
|
||||||
|
Loading…
Reference in New Issue
Block a user