Rename physfs folder

This commit is contained in:
Linus Probert 2018-12-04 13:59:34 +01:00
parent 8ab527ca6a
commit cb2510cf77
62 changed files with 3 additions and 3 deletions

View File

@ -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(