You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
923 B
43 lines
923 B
5 years ago
|
//-----------------------------------------------------------------------------
|
||
|
// SFMOBJECTS.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR ".."
|
||
|
|
||
|
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
||
|
|
||
|
$Configuration
|
||
|
{
|
||
|
$Compiler
|
||
|
{
|
||
|
$PreprocessorDefinitions "$BASE;SFMOBJECTS_LIB"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
$Project "sfmobjects"
|
||
|
{
|
||
|
$Folder "Header Files"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "exportfacialanimation.cpp"
|
||
|
$File "flexcontrolbuilder.cpp"
|
||
|
$File "sfmsession.cpp"
|
||
|
$File "sfmanimationsetutils.cpp"
|
||
|
$File "sfmphonemeextractor.cpp"
|
||
|
}
|
||
|
|
||
|
$Folder "Interface"
|
||
|
{
|
||
|
$File "$SRCDIR\public\sfmobjects\exportfacialanimation.h"
|
||
|
$File "$SRCDIR\public\sfmobjects\flexcontrolbuilder.h"
|
||
|
$File "$SRCDIR\public\sfmobjects\sfmanimationsetutils.h"
|
||
|
$File "$SRCDIR\public\sfmobjects\sfmphonemeextractor.h"
|
||
|
$File "$SRCDIR\public\sfmobjects\sfmsession.h"
|
||
|
}
|
||
|
}
|