set(EVAL_EACH_PROBLEM_EXAMPLE "evaluate-each-problem")
add_executable(${EVAL_EACH_PROBLEM_EXAMPLE} evaluate_each_problem.cpp )
target_link_libraries(${EVAL_EACH_PROBLEM_EXAMPLE} PRIVATE cecxx)
target_compile_options(${EVAL_EACH_PROBLEM_EXAMPLE} PRIVATE -Wall -Wextra -Wpedantic -O3)



set(EVAL_SEP_PROBLEM_EXAMPLE "evaluate-separate-problem")
add_executable(${EVAL_SEP_PROBLEM_EXAMPLE} evaluate_separate_problem.cpp)
target_link_libraries(${EVAL_SEP_PROBLEM_EXAMPLE} PRIVATE cecxx)
target_compile_options(${EVAL_SEP_PROBLEM_EXAMPLE} PRIVATE -Wall -Wextra -Wpedantic -O3)
