mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
zlib in cmake modules
This commit is contained in:
@@ -1,27 +1,7 @@
|
||||
# Locate PhysFS library
|
||||
# This module defines
|
||||
# PHYSFS_LIBRARY, the name of the library to link against
|
||||
# PHYSFS_FOUND, if false, do not try to link to PHYSFS
|
||||
# PHYSFS_INCLUDE_DIR, where to find physfs.h
|
||||
#
|
||||
# $PHYSFSDIR is an environment variable that would
|
||||
# correspond to the ./configure --prefix=$PHYSFSDIR
|
||||
# used in building PHYSFS.
|
||||
#
|
||||
# Created by Eric Wing.
|
||||
|
||||
#=============================================================================
|
||||
# Copyright 2005-2009 Kitware, Inc.
|
||||
#
|
||||
# Distributed under the OSI-approved BSD License (the "License");
|
||||
# see accompanying file Copyright.txt for details.
|
||||
#
|
||||
# This software is distributed WITHOUT ANY WARRANTY; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the License for more information.
|
||||
#=============================================================================
|
||||
# (To distribute this file outside of CMake, substitute the full
|
||||
# License text for the above reference.)
|
||||
# Try to find the physfs librairy
|
||||
# PHYSFS_FOUND - system has physfs
|
||||
# PHYSFS_INCLUDE_DIR - the physfs include directory
|
||||
# PHYSFS_LIBRARY - the physfs library
|
||||
|
||||
FIND_PATH(PHYSFS_INCLUDE_DIR physfs.h PATH_SUFFIXES physfs)
|
||||
FIND_LIBRARY(PHYSFS_LIBRARY NAMES libphysfs.a physfs)
|
||||
|
Reference in New Issue
Block a user