From d7020f154713962245faee57a68924b304778dfa Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Thu, 22 Feb 2018 13:08:57 +0100 Subject: [PATCH] Fixes a minor mistake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23fc78e..1cbcbff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ configure_file( if (NOT PHYSFS_FOUND) add_subdirectory(physfs-3.0.1) include_directories( - physfs-3.0.1 + physfs-3.0.1/src ) else (NOT PHYSFS_FOUND) include_directories(