mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-03 23:43:06 +00:00
4782a8fc5a
- various fixes for using CMake on Windows - support building external SDL, zlib, CLRun, wxWidgets - support using precompiled GLew and WiiUse libs on Windows For what it's worth, I'm not quite sure if I got all the wx files right... Building with MSVC2008 still doesn't work yet, but is a lot closer now. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6361 8ced0084-cf51-0410-be5f-012b33b47a6e
7 lines
117 B
CMake
7 lines
117 B
CMake
set(SRCS clrun/clrun.c
|
|
clrun/dynamiclib.c
|
|
clrun/gencl.c
|
|
clrun/genclgl.c)
|
|
|
|
add_library(clrun STATIC ${SRCS})
|