examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 07 Jun 2012 10:11:01 -0700
branchdev
changeset 260 27c47fc33468
parent 100 884f70adc576
permissions -rw-r--r--
Started show_complex_3D()

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