forstio/source/kelgin/SConscript

14 lines
203 B
Python
Raw Normal View History

2020-07-27 17:13:05 +02:00
#!/bin/false
import os
import os.path
import glob
Import('env')
dir_path = Dir('.').abspath
env.sources += sorted(glob.glob(dir_path + "/*.cpp"))
env.headers += sorted(glob.glob(dir_path + "/*.h"))