Fixed include directory in CMakeLists.txt.
Test program now builds without physfs.h installed system-wide.
This commit is contained in:
parent
544f0f6185
commit
47557ee2d4
|
@ -25,9 +25,7 @@ INCLUDE(CheckIncludeFile)
|
||||||
INCLUDE(CheckLibraryExists)
|
INCLUDE(CheckLibraryExists)
|
||||||
INCLUDE(CheckCSourceCompiles)
|
INCLUDE(CheckCSourceCompiles)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(.)
|
INCLUDE_DIRECTORIES(./src)
|
||||||
#INCLUDE_DIRECTORIES(platform)
|
|
||||||
#INCLUDE_DIRECTORIES(archivers)
|
|
||||||
|
|
||||||
IF(MACOSX)
|
IF(MACOSX)
|
||||||
# Fallback to older OS X on PowerPC to support wider range of systems...
|
# Fallback to older OS X on PowerPC to support wider range of systems...
|
||||||
|
|
Loading…
Reference in New Issue