examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 14 Jul 2017 14:07:05 -0700
changeset 289 f7dbbfdac250
parent 100 884f70adc576
permissions -rw-r--r--
Add a note about Dionysus 2 to the docs

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