!T (WAF) Sync WAF with CMake
[CRYENGINE.git] / Code / Sandbox / Plugins / EditorAudioControlsEditor / EditorAdx2 / wscript
blobca8ba8b5e8125328f867cf916492b62677338250
1 # Copyright 2001-2018 Crytek GmbH / Crytek Group. All rights reserved.
3 def build(bld): 
5         bld.CryEditorPlugin(
6                 target          = 'EditorCryAudioImplAdx2',
7                 vs_filter       = 'Sandbox/Plugins/EditorAudioControlsEditor/Impl',
8                 file_list       = 'editoradx2.waf_files',
9                 includes        = '../common/'
10         )