Commit 4ec0799f authored by Sergei Golubchik's avatar Sergei Golubchik

mroonga/groonga: disable building of unnecessary or unsupported components

parent bb1ce607
...@@ -447,12 +447,12 @@ else() ...@@ -447,12 +447,12 @@ else()
set(MRUBY_LIBS "") set(MRUBY_LIBS "")
endif() endif()
add_subdirectory(vendor) #add_subdirectory(vendor)
add_subdirectory(lib) add_subdirectory(lib)
add_subdirectory(src) add_subdirectory(src)
add_subdirectory(plugins) #add_subdirectory(plugins)
add_subdirectory(include) add_subdirectory(include)
add_subdirectory(data) #add_subdirectory(data)
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
...@@ -482,4 +482,4 @@ if(NOT MRN_GROONGA_BUNDLED) ...@@ -482,4 +482,4 @@ if(NOT MRN_GROONGA_BUNDLED)
DESTINATION "${LIB_DIR}/pkgconfig/") DESTINATION "${LIB_DIR}/pkgconfig/")
endif() endif()
add_subdirectory(vendor/plugins) #add_subdirectory(vendor/plugins)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment