Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
4b2ef5b8
Commit
4b2ef5b8
authored
Dec 06, 2018
by
RedfalconAI
Committed by
Davis E. King
Dec 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CmakeLists: add png for arm (#1580)
parent
e73d3adc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
dlib/CMakeLists.txt
+3
-2
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