examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 26 Nov 2017 12:07:49 -0800
changeset 291 5d387c35465b
parent 100 884f70adc576
permissions -rw-r--r--
Add Vanessa Robins' periodic alpha shapes 2D code

set                         (targets                        
                             cech-complex)
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries})
endforeach                  (t ${targets})