summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-09 20:28:43 -0700
committerGravatar bunnei2014-04-09 20:28:43 -0700
commit9527fc74add2584de861a3a40fb313304c0108a7 (patch)
treedcc9c295000a34e65d91fcefcca2e32dd1d3ae07 /src/video_core
parentupdated CMakeLists (diff)
downloadyuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.gz
yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.xz
yuzu-9527fc74add2584de861a3a40fb313304c0108a7.zip
fixed a bunch of errors in CMakeLists
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 84b8f133e..56394b930 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -1,5 +1,5 @@
1set(SRCS src/video_core.cpp 1set(SRCS video_core.cpp
2 src/utils.cpp 2 utils.cpp
3 src/renderer_opengl/renderer_opengl.cpp) 3 renderer_opengl/renderer_opengl.cpp)
4 4
5add_library(video_core STATIC ${SRCS}) 5add_library(video_core STATIC ${SRCS})