Skip to content

Commit 4727f8d

Browse files
committed
Forgot to add both subdirectories for ENABLE_BOTH
1 parent 54cb627 commit 4727f8d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/engine/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ if (OS_LINUX)
1212
add_subdirectory(fcitx)
1313
endif()
1414

15+
if(ENABLE_BOTH)
16+
add_subdirectory(ibus)
17+
add_subdirectory(fcitx)
18+
endif()
19+
1520
## Include subdirectories
1621
add_subdirectory(riti)
1722
endif (OS_LINUX)

0 commit comments

Comments
 (0)