From 1c0a1c23afb314a208716d0bcbf13a060d30290e Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Sun, 28 Feb 2016 11:03:05 +0600 Subject: [PATCH] correct CMakeLists.txt --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f7cf585c..15b54eb2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -96,7 +96,7 @@ else(MUPENPLUSAPI) windows/Config_windows.cpp windows/CommonAPIImpl_windows.cpp windows/GLideN64_windows.cpp - windows/GLFunctions.cpp + windows/GLFunctions_windows.cpp windows/OpenGL_windows.cpp windows/ZilmarAPIImpl_windows.cpp )