Fixed include directory in CMakeLists.txt.

Test program now builds without physfs.h installed system-wide.
This commit is contained in:
Ryan C. Gordon 2009-03-29 04:18:50 -04:00
parent 544f0f6185
commit 47557ee2d4
1 changed files with 1 additions and 3 deletions

View File

@ -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...