Prebuilt fetch now honors CMake-specified plattform

This commit is contained in:
Siana Gearz
2011-12-25 05:21:37 +01:00
parent 2c8e3bb0a3
commit 23b97efb69
3 changed files with 13 additions and 5 deletions

View File

@@ -274,10 +274,6 @@ if(1 EQUAL 1)
add_definitions(-DMESH_ENABLED=1)
endif(1 EQUAL 1)
if(SERVER)
include_directories(${LIBS_PREBUILT_DIR}/include/havok)
endif(SERVER)
SET( CMAKE_EXE_LINKER_FLAGS_RELEASESSE2
"${CMAKE_EXE_LINKER_FLAGS_RELEASE}" CACHE STRING
"Flags used for linking binaries under SSE2 build."