examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 10 Jul 2013 14:39:29 -0700
branchdev
changeset 276 4e136f6afbb5
parent 100 884f70adc576
permissions -rw-r--r--
lscubes.py output infinite pairs + small bugfix

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