examples/rips/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sat, 31 Jan 2009 23:02:22 -0800
branchdev
changeset 113 3e8bebb5d857
parent 109 75eb7a4628f2
child 114 374f94f92e50
permissions -rw-r--r--
Switched Rips complex computation to Bron-Kerbosch algorithm

set                         (targets                        
                             rips
                             rips-zigzag)
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_SERIALIZATION_LIBRARY})
endforeach                  (t ${targets})