add_example(wavelets LIBRARIES sopt LABELS wavelets)
add_example(sara LIBRARIES sopt LABELS wavelets)
add_example(positive_quadrant_projection LIBRARIES sopt LABELS proximals)
add_example(l1_norm LIBRARIES sopt LABELS proximals)
add_example(soft_threshhold LIBRARIES sopt LABELS proximals)
add_example(conjugate_gradient LIBRARIES sopt)
add_example(l1_proximal LIBRARIES sopt)
add_example(power_method LIBRARIES sopt)

add_subdirectory(sdmm)
add_subdirectory(proximal_admm)
add_subdirectory(primal_dual)
add_subdirectory(forward_backward)
