make indents consistent in cake.. also put a glaring note that the MRUBY support needs to be finished.

This commit is contained in:
Edward Rudd 2014-01-01 10:46:33 -05:00
parent a18497ca7b
commit 835ea686c8
1 changed files with 188 additions and 187 deletions

View File

@ -258,6 +258,7 @@ if (BINDING STREQUAL "MRI")
binding-mri/filesystem-binding.cpp
)
elseif(BINDING STREQUAL "MRUBY")
message(FATAL_ERROR "Mruby support in CMake needs to be finished")
list(APPEND DEFINES
BINDING_MRUBY
)