add_executable(
    eval_lab4
    eval_lab4.cpp
)


install(
    TARGETS eval_lab4
)