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