Softube Console1 add surface (libs)

This commit is contained in:
Hoger Dehnhardt
2023-05-07 16:21:37 +02:00
committed by Robin Gareus
parent 63e0ac11ad
commit 1dc879eb8d
13 changed files with 3334 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ children = [
'us2400',
'launch_control_xl',
'osc',
'console1'
]
def options(opt):
@@ -87,6 +88,7 @@ def build(bld):
bld.recurse('us2400')
bld.recurse('launch_control_xl')
bld.recurse('osc')
bld.recurse('console1')
if bld.is_defined('BUILD_WIIMOTE'):
bld.recurse('wiimote')