mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
1
This commit is contained in:
42
sfmobjects/sfmobjects.vpc
Normal file
42
sfmobjects/sfmobjects.vpc
Normal file
@@ -0,0 +1,42 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user