examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 14 May 2009 13:09:06 -0700
branchdev
changeset 135 fc8ebbae62e2
parent 100 884f70adc576
permissions -rw-r--r--
read_points() does not need ambient dimension and ignores lines starting with '#'

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