examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 28 Jan 2011 08:01:37 -0800
branchdev
changeset 241 2ca64ce7d57c
parent 100 884f70adc576
permissions -rw-r--r--
Fixed combinations in closure() for older versions of Python

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