dolphin/Source/Core/VideoUICommon/Src/SConscript

14 lines
166 B
Python
Raw Normal View History

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