icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
165 stars 23 forks source link

CMakeLists.txt changes plus install. #28

Closed ericwomer closed 8 years ago

ericwomer commented 8 years ago

Added a section where you can point CMAKE_INSTALL_PREFIX to the location you install TFE and TSE installed to.

Modified the CMakeLists.txt CFLAGS/CXXFLAGS section to be more CMake'ish to keep c++ and c flags sections from crossing over each other.

ericwomer commented 8 years ago

Also forgot to mention the link for ModExt.txt to ModEXT.txt and the build-linux$[ARCH}.sh scripts for 64bit and 32bit builds.

ericwomer commented 8 years ago

Fixed all the issues I think.