mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 17:48:08 +00:00
Merge branch 'cmake-osx2'
This commit is contained in:
commit
ed1bfdf293
12 changed files with 1602 additions and 82 deletions
|
@ -40,6 +40,10 @@ set(SRCS Src/BPFunctions.cpp
|
|||
Src/memcpy_amd.cpp)
|
||||
|
||||
set(LIBS core)
|
||||
if(NOT ${CL} STREQUAL CL-NOTFOUND)
|
||||
list(APPEND LIBS ${CL})
|
||||
endif()
|
||||
|
||||
if(wxWidgets_FOUND AND WIN32)
|
||||
set(SRCS ${SRCS} Src/EmuWindow.cpp)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue