1*a65addddSAndroid Build Coastguard Worker 2*a65addddSAndroid Build Coastguard Worker# This is just to help IDEs (e.g. CLion) figure out how new_delete_benchmark.cpp is supposed to be built. 3*a65addddSAndroid Build Coastguard Workeradd_executable(new_delete_benchmark-dummy-exec EXCLUDE_FROM_ALL new_delete_benchmark.cpp) 4*a65addddSAndroid Build Coastguard Workertarget_link_libraries(new_delete_benchmark-dummy-exec fruit) 5*a65addddSAndroid Build Coastguard Worker 6*a65addddSAndroid Build Coastguard Worker# This is just to help IDEs (e.g. CLion) figure out how compile_time_benchmark.cpp is supposed to be built. 7*a65addddSAndroid Build Coastguard Workeradd_executable(compile_time_benchmark_executable EXCLUDE_FROM_ALL compile_time_benchmark.cpp) 8*a65addddSAndroid Build Coastguard Workertarget_link_libraries(compile_time_benchmark_executable fruit) 9