examples/pl-functions/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 06 Dec 2013 19:02:42 -0800
branchdev
changeset 279 a125a3d9c723
parent 237 92b59e2e6fb3
permissions -rw-r--r--
Dave Millman's fix for and rlog problem

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})