examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 04 Oct 2010 18:03:35 -0700
branchdev
changeset 235 07b3070cea74
parent 100 884f70adc576
permissions -rw-r--r--
Fixed a link to SYNAPS

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