Merge branch 'cmake-osx2'

This commit is contained in:
Maarten ter Huurne
2011-12-17 16:30:02 +01:00
12 changed files with 1602 additions and 82 deletions

View File

@ -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()