Skip to content

Commit

Permalink
cmake mruby: fix a build error
Browse files Browse the repository at this point in the history
But we need more works for building mruby with CMake again...
  • Loading branch information
kou committed Oct 25, 2014
1 parent 0f22ec7 commit ca0463e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/mruby/CMakeLists.txt
Expand Up @@ -24,6 +24,8 @@ include_directories(

if(GRN_WITH_MRUBY)
read_file_list("${CMAKE_CURRENT_SOURCE_DIR}/sources.am" MRUBY_SOURCES)
string(REGEX REPLACE "\\.\\./" "${CMAKE_CURRENT_SOURCE_DIR}/../"
MRUBY_SOURCES "${MRUBY_SOURCES}")
add_library(mruby OBJECT ${MRUBY_SOURCES})
set_source_files_properties(${MRUBY_SOURCES}
PROPERTIES
Expand Down

0 comments on commit ca0463e

Please sign in to comment.