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
7611b347
"tests/python/pytorch/test_ffi-stream.py" did not exist on "099b173f6f678d576a727ee4ad170599ec466f4e"
Commit
7611b347
authored
Mar 15, 2019
by
Davis King
Browse files
Set png include paths for test.
parent
0cf422d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/cmake_utils/test_for_libpng/CMakeLists.txt
dlib/cmake_utils/test_for_libpng/CMakeLists.txt
+1
-0
No files found.
dlib/cmake_utils/test_for_libpng/CMakeLists.txt
View file @
7611b347
...
...
@@ -4,6 +4,7 @@ project(test_if_libpng_is_broken)
find_package
(
PNG
)
include_directories
(
${
PNG_INCLUDE_DIR
}
)
add_executable
(
libpng_test libpng_test.cpp
)
target_link_libraries
(
libpng_test
${
PNG_LIBRARIES
}
)
...
...
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