Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
4b2ef5b8
Commit
4b2ef5b8
authored
Dec 06, 2018
by
RedfalconAI
Committed by
Davis E. King
Dec 05, 2018
Browse files
Update CmakeLists: add png for arm (#1580)
parent
e73d3adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+3
-1
No files found.
dlib/CMakeLists.txt
View file @
4b2ef5b8
...
@@ -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
...
@@ -953,4 +955,4 @@ if (COMMAND pybind11_add_module)
...
@@ -953,4 +955,4 @@ if (COMMAND pybind11_add_module)
set_target_properties
(
dlib PROPERTIES CUDA_VISIBILITY_PRESET
"hidden"
)
set_target_properties
(
dlib PROPERTIES CUDA_VISIBILITY_PRESET
"hidden"
)
endif
()
endif
()
add_library
(
dlib::dlib ALIAS dlib
)
add_library
(
dlib::dlib ALIAS dlib
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment