From 659316e4f491b62868a6706fb35d097f51711c67 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Tue, 22 Jan 2008 05:34:53 +0000 Subject: Fixes for CMake. --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 16818b4a846..1804eb54446 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,6 @@ OPTION(WITH_OPENEXR "Enable OpenEXR Support (http://www.openexr.com)" OFF) OPTION(WITH_FFMPEG "Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu/)" OFF) OPTION(WITH_OPENAL "Enable OpenAL Support (http://www.openal.org)" ON) OPTION(YESIAMSTUPID "Enable execution on 64-bit platforms" OFF) -OPTION(WITH_BINRELOC "Enable binreloc filepath support" OFF) IF(NOT WITH_GAMEENGINE AND WITH_PLAYER) MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE") @@ -257,9 +256,6 @@ IF(WIN32) SET(FFMPEG_LIB avcodec-51 avformat-51 avutil-49) SET(FFMPEG_LIBPATH ${FFMPEG}/lib) - SET(BINRELC ${LIBDIR}/binreloc) - SET(BINRELC_INC ${BINRELOC}/include) - SET(LLIBS kernel32 user32 gdi32 comdlg32 advapi32 shell32 ole32 oleaut32 uuid ws2_32 vfw32 winmm) IF(WITH_OPENAL) SET(LLIBS ${LLIBS} dxguid) @@ -370,6 +366,11 @@ IF(APPLE) SET(EXETYPE MACOSX_BUNDLE) ENDIF(APPLE) +IF(CMAKE_SYSTEM_NAME MATCHES "Linux") + SET(BINRELOC ${CMAKE_SOURCE_DIR}/extern/binreloc) + SET(BINRELOC_INC ${BINRELOC}/include) +ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux") + #----------------------------------------------------------------------------- # Common. SET(VERSE_INC ${CMAKE_SOURCE_DIR}/extern/verse/dist) -- cgit v1.2.3