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

Simple test program to builds with SCons.

    $ scons
    scons: Reading SConscript files ...
    scons: done reading SConscript files.
    scons: Building targets ...
    g++ -o helloscons.o -c helloscons.cpp
    g++ -o helloscons function1.o helloscons.o
    scons: done building targets.