Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 014f355

Browse files
committed
Add vocab factory to CMakeLists
1 parent fe6ead0 commit 014f355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchtext/csrc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ if (BUILD_TORCHTEXT_PYTHON_EXTENSION)
113113
set(
114114
EXTENSION_SOURCES
115115
register_pybindings.cpp
116+
vocab_factory.cpp
116117
)
117118

118119
set(

0 commit comments

Comments
 (0)