Page 1 of 1

CMake build process :)

Posted: Sat Jun 07, 2008 12:45 pm
by zuzuf
I've added CMakeLists.txt files and a config.h.cmake file to build TA3D using CMake. Currently it works on Linux, I didn't test it on other OSes, and I don't know if it works with my cross-compiler ... I've just uploaded a commit to SVN :)

Posted: Sat Jun 07, 2008 1:57 pm
by milipili
Yeah :)
You should add a minimum required version too.
like :

Code: Select all

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

Posted: Sat Jun 07, 2008 2:00 pm
by zuzuf
if I do that I can't use it any more :cry: since I only have CMake 2.4, I'll see if I can install 2.6 on my Ubuntu :)