7 lines
205 B
Python
7 lines
205 B
Python
![]() |
Import('env', 'envCython')
|
||
|
|
||
|
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
|
||
|
Export('transformations')
|
||
|
|
||
|
envCython.Program('transformations.so', 'transformations.pyx')
|