summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-06-01Update in-source build error messageJon
2012-06-01Update CMake to enable normal Xcode workflowsJon
Similar to the existing CMake Visual Studio IDE support, allow CMake to generate Xcode project files in mruby's root directory. This enables workflows normally expected by Xcode IDE users.
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-22First cmake build system. Works on Linux.Beoran