examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 25 Aug 2010 14:36:11 -0700
branchdev
changeset 225 d4c3991a2462
parent 100 884f70adc576
permissions -rw-r--r--
Minor touches in documentation

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