examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 16 Oct 2013 09:58:02 -0700
branchdev
changeset 278 7479c3f0fc6b
parent 100 884f70adc576
permissions -rw-r--r--
Increase template depth to fix a bug with XCode 5

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