parent
e2499fab8b
commit
3b2126531a
5 changed files with 38 additions and 7 deletions
@ -0,0 +1,9 @@ |
||||
find_package(ZLIB) |
||||
|
||||
if(ZLIB_FOUND OR ZLIB_Found) |
||||
set(cmMesonTestDep_FOUND ON) |
||||
set(cmMesonTestDep_LIBRARIES ${ZLIB_LIBRARY}) |
||||
set(cmMesonTestDep_INCLUDE_DIRS ${ZLIB_INCLUDE_DIR}) |
||||
else() |
||||
set(cmMesonTestDep_FOUND OFF) |
||||
endif() |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"CMAKE_PREFIX_PATH": "@ROOT@/cmake_pref_env" |
||||
} |
Loading…
Reference in new issue