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

add_executable(dev src/dev.cpp)
target_link_libraries(dev common)
target_link_libraries(dev reading_machine)
target_link_libraries(dev torch_modules)