Fixes a minor mistake
This commit is contained in:
parent
b209774f7b
commit
d7020f1547
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue