Add renderer/surface view files

This commit is contained in:
offtkp 2023-11-21 00:57:05 +02:00
parent 469ae2805c
commit a87397a214
6 changed files with 140 additions and 6 deletions

View file

@ -393,7 +393,7 @@ else()
endif()
if(ANDROID)
target_link_libraries(Alber PRIVATE log)
target_link_libraries(Alber PRIVATE EGL log)
endif()
if(ENABLE_LTO OR ENABLE_USER_BUILD)