Navigation Menu

Skip to content

Commit

Permalink
cmake windows: add missing definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent f8464a8 commit 3b11ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/mecab/CMakeLists.txt
Expand Up @@ -127,6 +127,8 @@ if(GRN_WITH_BUNDLED_MECAB)
add_definitions(-DMECAB_USE_THREAD)
add_definitions(-DDLL_EXPORT)
add_definitions(-DHAVE_GETENV)
add_definitions(-DHAVE_STRING_H)
add_definitions(-DHAVE_UNSIGNED_LONG_LONG_INT)
add_definitions(-DHAVE_WINDOWS_H)
add_definitions(-DUNICODE)
add_definitions(-D_UNICODE)
Expand Down

0 comments on commit 3b11ce1

Please sign in to comment.