Fixes a minor mistake

This commit is contained in:
Linus Probert 2018-02-22 13:08:57 +01:00
parent b209774f7b
commit d7020f1547
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ configure_file(
if (NOT PHYSFS_FOUND) if (NOT PHYSFS_FOUND)
add_subdirectory(physfs-3.0.1) add_subdirectory(physfs-3.0.1)
include_directories( include_directories(
physfs-3.0.1 physfs-3.0.1/src
) )
else (NOT PHYSFS_FOUND) else (NOT PHYSFS_FOUND)
include_directories( include_directories(