dolphin/Source/Core/VideoUICommon/Src/SConscript

14 lines
189 B
Python

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