diff options
| author | 2014-04-09 20:28:43 -0700 | |
|---|---|---|
| committer | 2014-04-09 20:28:43 -0700 | |
| commit | 9527fc74add2584de861a3a40fb313304c0108a7 (patch) | |
| tree | dcc9c295000a34e65d91fcefcca2e32dd1d3ae07 /src/video_core | |
| parent | updated CMakeLists (diff) | |
| download | yuzu-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.txt | 6 |
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 @@ | |||
| 1 | set(SRCS src/video_core.cpp | 1 | set(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 | ||
| 5 | add_library(video_core STATIC ${SRCS}) | 5 | add_library(video_core STATIC ${SRCS}) |