Skip to content

Commit 79de60c

Browse files
committed
Add missing file
Signed-off-by: Darby Johnston <[email protected]>
1 parent 8b8bdb8 commit 79de60c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/deps/zlibng-config.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
2+
set(ZLIBNG_INCLUDE_DIRS "${_IMPORT_PREFIX}/include")
3+
set(ZLIBNG_LIBRARIES "z-ng")
4+
set(ZLIBNG_LIBRARY_DIRS "${_IMPORT_PREFIX}/lib")

0 commit comments

Comments
 (0)