Skip to content
Snippets Groups Projects
CMakeLists.txt 177 B
FILE(GLOB SOURCES src/*.cpp)

add_library(reading_machine STATIC ${SOURCES})
target_link_libraries(reading_machine common)
target_link_libraries(reading_machine torch_modules)