project(lab10 LANGUAGES CXX)

add_executable(lab10 
vector.cpp
graph.cpp
dijkstra.cpp
image.cpp
main.cpp
scalar.cpp
vector.cpp)
