mirror of
https://github.com/edubart/otclient.git
synced 2025-12-29 02:47:12 +01:00
Add libgit2 library, new mingw32 libraries will be uploaded soon
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
FIND_PATH(PHYSFS_INCLUDE_DIR physfs.h PATH_SUFFIXES physfs)
|
||||
SET(_PHYSFS_STATIC_LIBS libphysfs.a)
|
||||
SET(_PHYSFS_SHARED_LIBS physfs.dll physfs)
|
||||
SET(_PHYSFS_SHARED_LIBS libphysfs.dll.a physfs)
|
||||
IF(USE_STATIC_LIBS)
|
||||
FIND_LIBRARY(PHYSFS_LIBRARY NAMES ${_PHYSFS_STATIC_LIBS} ${_PHYSFS_SHARED_LIBS})
|
||||
ELSE()
|
||||
|
||||
Reference in New Issue
Block a user