Browse Source

Fixed include directory in CMakeLists.txt.

Test program now builds without physfs.h installed system-wide.
Ryan C. Gordon 17 years ago
parent
commit
47557ee2d4
1 changed files with 1 additions and 3 deletions
  1. 1 3
      CMakeLists.txt

+ 1 - 3
CMakeLists.txt

@@ -25,9 +25,7 @@ INCLUDE(CheckIncludeFile)
 INCLUDE(CheckLibraryExists)
 INCLUDE(CheckCSourceCompiles)
 
-INCLUDE_DIRECTORIES(.)
-#INCLUDE_DIRECTORIES(platform)
-#INCLUDE_DIRECTORIES(archivers)
+INCLUDE_DIRECTORIES(./src)
 
 IF(MACOSX)
     # Fallback to older OS X on PowerPC to support wider range of systems...