summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2011-12-17 16:30:02 +0100
committerMaarten ter Huurne <maarten@treewalker.org>2011-12-17 16:30:02 +0100
commited1bfdf29360ec96bf8333b373dd526b7483d869 (patch)
tree138a9b326f1c5292d675a275e33f88f7350a7910 /Source/Core/VideoCommon
parenta58c46be814398fa44bdbe92453d547f0becced4 (diff)
parent83bf5790a66363d445b4e4e53cba91c260781e75 (diff)
Merge branch 'cmake-osx2'
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/CMakeLists.txt b/Source/Core/VideoCommon/CMakeLists.txt
index 481ced250a..d0e28f571c 100644
--- a/Source/Core/VideoCommon/CMakeLists.txt
+++ b/Source/Core/VideoCommon/CMakeLists.txt
@@ -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()