add_executable(ArborX_Benchmark_ExecutionSpaces.exe execution_space_instances_driver.cpp)
target_link_libraries(ArborX_Benchmark_ExecutionSpaces.exe ArborX::ArborX Boost::program_options)
add_test(NAME ArborX_Benchmark_ExecutionSpaces COMMAND ArborX_Benchmark_ExecutionSpaces.exe)
