mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(mobile): platform thumbnail api (#20910)
This commit is contained in:
parent
60a809d7b4
commit
abc7bfa0ba
19 changed files with 1356 additions and 7 deletions
10
mobile/android/app/CMakeLists.txt
Normal file
10
mobile/android/app/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
project(native_buffer LANGUAGES C)
|
||||
|
||||
add_library(native_buffer SHARED
|
||||
src/main/cpp/native_buffer.c
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue