libmoost
/home/mhx/git/github/libmoost/build.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 from mirbuild import *
00004 project = CMakeProject('libmoost')
00005 project.version('include/moost/version.h')
00006 project.find('boost')
00007 project.find('log4cxx')
00008 project.run()