diff options
Diffstat (limited to 'unittests/materialsystemtest/materialsystemtest.vpc')
| -rw-r--r-- | unittests/materialsystemtest/materialsystemtest.vpc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/unittests/materialsystemtest/materialsystemtest.vpc b/unittests/materialsystemtest/materialsystemtest.vpc new file mode 100644 index 0000000..5c3cbbe --- /dev/null +++ b/unittests/materialsystemtest/materialsystemtest.vpc @@ -0,0 +1,24 @@ +//----------------------------------------------------------------------------- +// MATERIALSYSTEMTEST.VPC +// +// Project Script +//----------------------------------------------------------------------------- + +$Macro SRCDIR "..\.." +$Macro OUTBINDIR "$SRCDIR\..\game\bin" + +$Include "$SRCDIR\vpc_scripts\source_exe_base.vpc" + +$Project "MaterialSystemTest" +{ + $Folder "Source Files" + { + $File "materialsystemtest.cpp" + } + + $Folder "Link Libraries" + { + $Lib appframework + $Lib tier2 + } +} |