dolphin/Source/Core/InputUICommon/Src/SConscript

13 lines
163 B
Python
Raw Normal View History

# -*- python -*-
Import('env')
if not env['HAVE_WX']:
Return()
files = [
'WXInputBase.cpp',
]
env.StaticLibrary(env['local_libs'] + 'inputuicommon', files)