"vscode:/vscode.git/clone" did not exist on "ed9beffa334e635e2e4bb4409e4e5c8f6e2261cc"
Commit 4b2ef5b8 authored by RedfalconAI's avatar RedfalconAI Committed by Davis E. King
Browse files

Update CmakeLists: add png for arm (#1580)

parent e73d3adc
...@@ -447,6 +447,8 @@ if (NOT TARGET dlib) ...@@ -447,6 +447,8 @@ if (NOT TARGET dlib)
# If we can't find libpng then statically compile it in. # If we can't find libpng then statically compile it in.
include_directories(external/libpng external/zlib) include_directories(external/libpng external/zlib)
set(source_files ${source_files} set(source_files ${source_files}
external/libpng/arm/arm_init.c
external/libpng/arm/filter_neon_intrinsics.c
external/libpng/png.c external/libpng/png.c
external/libpng/pngerror.c external/libpng/pngerror.c
external/libpng/pngget.c external/libpng/pngget.c
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment