mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix android build referring to deleted files
This commit is contained in:
@@ -34,15 +34,11 @@ set(sources
|
||||
wrappers/gl_texture_funcs.cpp
|
||||
wrappers/gl_uniform_funcs.cpp)
|
||||
|
||||
if(ANDROID)
|
||||
list(APPEND sources
|
||||
gl_replay_android.cpp
|
||||
gl_hooks_android.cpp)
|
||||
elseif(APPLE)
|
||||
if(APPLE)
|
||||
list(APPEND sources
|
||||
gl_replay_apple.cpp
|
||||
gl_hooks_apple.cpp)
|
||||
elseif(UNIX)
|
||||
else()
|
||||
list(APPEND sources
|
||||
gl_hooks_linux_shared.cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user