Add register_frozenpython.cpp to the torch::deploy interpreter library in the OSS build

[ghstack-poisoned]
This commit is contained in:
Shunting Zhang 2021-10-26 12:34:27 -07:00
parent 6c22b96082
commit c11e1d7108

View File

@ -88,6 +88,7 @@ add_library(torch_python_static STATIC $<TARGET_OBJECTS:torch_python_obj>)
set(INTERPRETER_LIB_SOURCES
${INTERPRETER_DIR}/interpreter_impl.cpp
${INTERPRETER_DIR}/builtin_registry.cpp
${INTERPRETER_DIR}/register_frozenpython.cpp
${INTERPRETER_DIR}/import_find_sharedfuncptr.cpp
${FROZEN_FILES}
${LINKER_SCRIPT}