Rename physfs folder
This commit is contained in:
parent
8ab527ca6a
commit
cb2510cf77
|
@ -105,10 +105,10 @@ if (NOT LUA_FOUND OR STEAM)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (NOT PHYSFS_FOUND OR STEAM)
|
if (NOT PHYSFS_FOUND OR STEAM)
|
||||||
add_subdirectory(physfs-3.0.1)
|
add_subdirectory(physfs-3.0)
|
||||||
include_directories(physfs-3.0.1/src)
|
include_directories(physfs-3.0/src)
|
||||||
set(PHYSFS_LIBRARY physfs-static)
|
set(PHYSFS_LIBRARY physfs-static)
|
||||||
set(PHYSFS_INCLUDE_DIR physfs-3.0.1/src)
|
set(PHYSFS_INCLUDE_DIR physfs-3.0/src)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
Loading…
Reference in New Issue