File: CMakeLists.txt

package info (click to toggle)
sopt 4.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,632 kB
  • sloc: cpp: 13,011; xml: 182; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
add_example(conjugate_gradient LIBRARIES sopt)
add_example(l1_norm LIBRARIES sopt LABELS proximals)
add_example(l1_proximal LIBRARIES sopt)
add_example(positive_quadrant_projection LIBRARIES sopt LABELS proximals)
add_example(power_method LIBRARIES sopt)
add_example(sara LIBRARIES sopt LABELS wavelets)
add_example(soft_threshhold LIBRARIES sopt LABELS proximals)
add_example(wavelets LIBRARIES sopt LABELS wavelets)

add_subdirectory(proximal_admm)
add_subdirectory(sdmm)