Explorar o código

Fixed include directory in CMakeLists.txt.

Test program now builds without physfs.h installed system-wide.
Ryan C. Gordon %!s(int64=17) %!d(string=hai) anos
pai
achega
47557ee2d4
Modificáronse 1 ficheiros con 1 adicións e 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...