mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-08 23:10:36 +00:00
Add component test directory to project generator.
This commit is contained in:
parent
867997f398
commit
00ec14561b
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ addEngineSrcDir('sfx');
|
|||
// Components
|
||||
addEngineSrcDir('component');
|
||||
addEngineSrcDir('component/interfaces');
|
||||
addEngineSrcDir('component/test');
|
||||
|
||||
// Core
|
||||
if (T3D_Generator::isApp())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue