LUMIERA.clone/Sample/SConstruct

4 lines
87 B
Python

env =Environment(tools=['default', 'doxygen'], toolpath='.')
env.Doxygen('doxy.cfg')