examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 05 Feb 2010 11:49:52 -0800
branchdev
changeset 198 e95766342e5f
parent 100 884f70adc576
permissions -rw-r--r--
Added linear kernel for my own KineticSort

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