examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 08 May 2012 13:07:28 -0700
branchdev
changeset 245 3a3dd22a98d9
parent 100 884f70adc576
permissions -rw-r--r--
Minor changes to compile with GCC 4.7

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