Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 8d7f691aa82..8dc03c2e260 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -10,3 +10,6 @@ if env['WITH_BF_GAMEENGINE']:
if env['WITH_BF_INTERNATIONAL']:
SConscript(['bFTGL/SConscript'])
+
+if env['WITH_BF_VERSE']:
+ SConscript(['verse/dist/SConstruct'])