examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 04 Feb 2010 23:43:36 -0800
branchdev
changeset 196 5303ce3f1934
parent 100 884f70adc576
permissions -rw-r--r--
Fixed non-copyable temporary bug

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