Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Nov 7, 2023
1 parent 37fb907 commit 6a81702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ OPTION(MIR2X_ENABLE_ASAN "Enable ASAN" OFF)
OPTION(MIR2X_ENABLE_USAN "Enable USAN" OFF)
OPTION(MIR2X_ENABLE_TSAN "Enable TSAN" OFF)

OPTION(MIR2X_ENABLE_WTLDECODER "Enable WTL decoder" OFF)

OPTION(MIR2X_BUILD_LIBPINYIN "Build static libpinyin" OFF)

IF(MIR2X_ENABLE_ASAN)
Expand Down
4 changes: 3 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ ADD_SUBDIRECTORY(followuidmagiceditor)
ADD_SUBDIRECTORY(soundlistdecoder)
ADD_SUBDIRECTORY(bgmlistdecoder)

ADD_SUBDIRECTORY(wtldecoder)
IF(MIR2X_ENABLE_WTLDECODER)
ADD_SUBDIRECTORY(wtldecoder)
ENDIF()

0 comments on commit 6a81702

Please sign in to comment.