diff options
| author | Ryan Houdek <Sonicadvance1@Gmail.com> | 2013-03-31 04:32:13 +0000 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@Gmail.com> | 2013-04-03 05:20:41 +0000 |
| commit | 1dd1ebb8bdd6dcade1403467c37dfe2c2fa8683b (patch) | |
| tree | 1541afefc4ee29772d80df027185b01c04aa3df7 /Source/Plugins/Plugin_VideoSoftware | |
| parent | c5a01041475821692b05e999fee5cc9c57e5642b (diff) | |
Fix ARM building.
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/CMakeLists.txt b/Source/Plugins/Plugin_VideoSoftware/CMakeLists.txt index 0488f728b8..cda287f511 100644 --- a/Source/Plugins/Plugin_VideoSoftware/CMakeLists.txt +++ b/Source/Plugins/Plugin_VideoSoftware/CMakeLists.txt @@ -10,7 +10,6 @@ set(SRCS Src/BPMemLoader.cpp Src/OpcodeDecoder.cpp Src/SWPixelEngine.cpp Src/Rasterizer.cpp - Src/RasterFont.cpp Src/SWRenderer.cpp Src/SetupUnit.cpp Src/SWStatistics.cpp @@ -37,11 +36,11 @@ if(USE_EGL) endif() if(USE_GLES) - set(SRCS ${SRCS} - ../Plugin_VideoOGL/Src/GLUtil.cpp) + set(SRCS ${SRCS} ../Plugin_VideoOGL/Src/GLUtil.cpp) set(LIBS ${LIBS} GLESv2) else() + set(SRCS ${SRCS} Src/RasterFont.cpp) set(LIBS ${LIBS} GLEW ${OPENGL_LIBRARIES}) |
