examples/pl-functions/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 05 Oct 2015 09:02:38 -0700
branchdev
changeset 282 c54290544583
parent 237 92b59e2e6fb3
permissions -rw-r--r--
Fix compilation with Boost 1.58 (load_construct_data_adl error)

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