Explorar el Código

Fixed include directory in CMakeLists.txt.

Test program now builds without physfs.h installed system-wide.
Ryan C. Gordon hace 17 años
padre
commit
47557ee2d4
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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...