Top Level Namespace
Defined Under Namespace
Modules: CppjiebaRb
Constant Summary collapse
- LIBDIR =
RbConfig::CONFIG['libdir']
- INCLUDEDIR =
RbConfig::CONFIG['includedir']
- HEADER_DIRS =
[ INCLUDEDIR, "#{abs}/../cppjieba/include", "#{abs}/../cppjieba/deps/limonp/include" ].freeze
- LIB_DIRS =
[ LIBDIR ].freeze