add_executable(evaluator main.cpp)
target_link_libraries(evaluator PRIVATE evaluationLib CLI11::CLI11)
