Files
seer/tests/helloscons/SConstruct
2023-08-26 10:50:58 -05:00

6 lines
100 B
Python

#Program('helloscons', ['helloscons.cpp', 'function1.cpp'])
Program('helloscons', Glob('*.cpp'))