26 lines
673 B
Groovy
26 lines
673 B
Groovy
rootProject.name = 'orx'
|
|
|
|
include 'orx-camera',
|
|
'orx-compositor',
|
|
'orx-easing',
|
|
'orx-file-watcher',
|
|
'orx-filter-extension',
|
|
'orx-gradient-descent',
|
|
'orx-integral-image',
|
|
'orx-interval-tree',
|
|
'orx-jumpflood',
|
|
'orx-kdtree',
|
|
'orx-mesh-generators',
|
|
'orx-midi',
|
|
'orx-no-clear',
|
|
'orx-noise',
|
|
'orx-obj-loader',
|
|
'orx-olive',
|
|
'orx-shader-phrases',
|
|
'orx-kinect-common',
|
|
'orx-kinect-v1',
|
|
'orx-kinect-v1-natives-linux-x64',
|
|
'orx-kinect-v1-natives-macos',
|
|
'orx-kinect-v1-natives-windows',
|
|
'orx-kinect-v1-demo'
|