examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 10 Jun 2012 18:54:26 -0700
branchdev
changeset 270 91c35fefb54e
parent 100 884f70adc576
permissions -rw-r--r--
Bug in show_diagram() with empty diagrams

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