examples/pl-functions/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 06 Jun 2012 23:15:57 -0700
branchdev
changeset 259 84c100980206
parent 237 92b59e2e6fb3
permissions -rw-r--r--
Fixed bugs in diagram.py and adaptor.py + added coloring of points in show_complex_2D(); Filtration can be initialized from iterator without comparison

set							(targets						
							 test-grid2D 
							 test-grid2D-vineyard
							 combustion-vineyard
                             pl-vineyard)

if                          (use_dsrpdb)
    set                     (t                          pdbdistance-vineyard)
    add_executable			(${t} ${t}.cpp)
    target_link_libraries	(${t} ${libraries} ${dsrpdb_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endif                       (use_dsrpdb)

foreach 					(t ${targets})
    add_executable			(${t} ${t}.cpp)
    target_link_libraries	(${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach 					(t ${targets})