examples/cohomology/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 27 Jun 2017 09:37:05 -0700
changeset 285 d9a79a28e3cc
parent 192 19d35448c7c7
permissions -rw-r--r--
Merge dev into default, to avoid the need for 'hg up tip' after clone

set                         (targets                        
                             rips-cohomology
                             rips-pairwise-cohomology
                             rips-explicit-cohomology
                             rips-weighted-cohomology
                             triangle-cohomology
                            )
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach                  (t ${targets})