This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/intern/csg/SConscript

9 lines
265 B
Python
Raw Normal View History

#!/usr/bin/python
Import('env')
sources = env.Glob('intern/*.cpp') + env.Glob('intern/*.inl')
incs = 'intern ../container ../moto/include ../memutil intern/blender extern'
env.BlenderLib ('blender_BSP', sources, Split(incs) , [], libtype='blender', priority=15)