vphysics_jolt/vpc_scripts/vjolt_groups.vgc

37 lines
652 B
Plaintext
Raw Normal View History

2022-09-02 12:47:05 +01:00
//-----------------------------------------------------------------------------
// VJOLT_GROUPS.VGC
//
// Group configurations for VPhysics Jolt
//-----------------------------------------------------------------------------
$Group "jolt"
{
"appframework"
"interfaces"
"tier0_static"
2022-09-02 12:47:05 +01:00
"tier1"
2022-09-02 20:05:38 +01:00
"tier2"
2022-09-02 12:47:05 +01:00
"mathlib"
"vstdlib_static"
"joltphysics_avx2"
"joltphysics_sse42"
"joltphysics_sse2"
"vphysics_jolt_avx2"
"vphysics_jolt_sse42"
"vphysics_jolt_sse2"
"vphysics_wrapper_external"
2022-09-02 12:47:05 +01:00
}
2022-09-02 20:05:38 +01:00
$Group "jolt_static"
{
"appframework"
"interfaces"
"tier0_static"
"tier1"
"tier2"
"mathlib"
"joltphysics"
"vphysics_jolt_static"
"vstdlib_static"
}