6 lines
80 B
Python
6 lines
80 B
Python
|
# -*- python -*-
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
env['CPPPATH'] += ['#Externals/CLRun/include']
|