]> git.tdb.fi Git - poefilter.git/blob - Build
Change template parameter name to not be the same as the typedef for it
[poefilter.git] / Build
1 package "poefilter"
2 {
3         require "mspcore";
4         require "mspdatafile";
5
6         program "poefilter"
7         {
8                 source "source";
9         };
10 };