cmake target_compile_features(PUBLIC) examples

apache/arrow cpp/src/arrow/CMakeLists.txt :1169

target_compile_features(${LIB_TARGET} PUBLIC cxx_std_17)

google/cpu_features test/CMakeLists.txt :10

target_compile_features(string_view PUBLIC cxx_std_14)

spnda/fastgltf CMakeLists.txt :110

target_compile_features(fastgltf_module PUBLIC cxx_std_20)

spnda/fastgltf examples/gl_viewer/CMakeLists.txt :2

target_compile_features(fastgltf_gl_viewer PUBLIC cxx_std_17)

fastfloat/fast_float tests/CMakeLists.txt :100

target_compile_features(fixedwidthtest PUBLIC cxx_std_23)

fltk/fltk CMake/fl_add_library.cmake :104

target_compile_features(${TARGET_NAME} PUBLIC "cxx_std_${CMAKE_CXX_STANDARD}")

fmtlib/fmt CMakeLists.txt :327

target_compile_features(fmt PUBLIC cxx_std_11)

fmtlib/fmt test/gtest/CMakeLists.txt :12

target_compile_features(gtest PUBLIC cxx_std_11)

KDAB/GammaRay common/CMakeLists.txt :151

target_compile_features(gammaray_common_internal PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})

KDAB/GammaRay launcher/ui/CMakeLists.txt :45

target_compile_features(gammaray_launcher_ui PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})

KDAB/GammaRay plugins/positioning/CMakeLists.txt :47

target_compile_features(gammaray_geopositioninfosource PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})

KDAB/GammaRay probe/CMakeLists.txt :18

target_compile_features(gammaray_probe_obj PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})

KDAB/GammaRay tests/CMakeLists.txt :27

target_compile_features(test_helpers_obj PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})

malaterre/GDCM Utilities/gdcmcharls/CMakeLists.txt :67

target_compile_features(${CHARLS_LIBRARY_NAME}
 PUBLIC cxx_strong_enums
 PRIVATE cxx_nullptr)

steveire/grantlee textdocument/lib/CMakeLists.txt :19

target_compile_features(Grantlee_TextDocument
  PRIVATE
    cxx_auto_type
  PUBLIC
    cxx_override
)

grpc/grpc CMakeLists.txt :3153

target_compile_features(grpc_test_util PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :3698

target_compile_features(grpc_unsecure PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :4233

target_compile_features(upb_mini_descriptor_lib PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :4411

target_compile_features(upb_textformat_lib PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :5069

target_compile_features(grpc++_error_details PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :5298

target_compile_features(grpc++_test_config PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :6009

target_compile_features(grpc_authorization_provider PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :6144

target_compile_features(grpc_plugin_support PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :6217

target_compile_features(grpcpp_channelz PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :6378

target_compile_features(fd_conservation_posix_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :6496

target_compile_features(activity_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :6597

target_compile_features(address_sorting_test_unsecure PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :7484

target_compile_features(alts_crypt_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :7657

target_compile_features(alts_handshaker_client_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :8397

target_compile_features(backend_metrics_lb_policy_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :8441

target_compile_features(backoff_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :8869

target_compile_features(bitset_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :9054

target_compile_features(c_slice_buffer_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :9097

target_compile_features(call_arena_allocator_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :9284

target_compile_features(call_finalization_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :9664

target_compile_features(call_utils_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :9727

target_compile_features(cancel_ares_query_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :10021

target_compile_features(certificate_provider_store_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :10064

target_compile_features(cf_engine_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :10444

target_compile_features(channel_stack_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :10664

target_compile_features(channelz_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :11053

target_compile_features(client_authority_filter_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :11555

target_compile_features(cmdline_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :11856

target_compile_features(compression_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :11898

target_compile_features(concurrent_connectivity_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :12630

target_compile_features(dns_fork_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :13321

target_compile_features(end2end_http2_no_logging_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :13615

target_compile_features(end2end_http2_security_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :14203

target_compile_features(end2end_posix_no_logging_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :14568

target_compile_features(endpoint_config_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :14615

target_compile_features(endpoint_pair_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :14896

target_compile_features(evaluate_args_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :15217

target_compile_features(experiments_tag_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :15304

target_compile_features(factory_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :15346

target_compile_features(fake_resolver_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :16322

target_compile_features(function_signature_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :16555

target_compile_features(generic_end2end_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :16597

target_compile_features(glob_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :16640

target_compile_features(goaway_server_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :16726

target_compile_features(gpr_time_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :16811

target_compile_features(grpc_alts_credentials_options_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :17113

target_compile_features(grpc_cli PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :17152

target_compile_features(grpc_completion_queue_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :17223

target_compile_features(grpc_csharp_plugin PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :17854

target_compile_features(grpc_tool_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :17904

target_compile_features(grpc_trace_bin_text_map_propagator_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :18266

target_compile_features(handle_tests PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :18798

target_compile_features(health_service_end2end_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :19311

target_compile_features(http_proxy_mapper_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :19551

target_compile_features(if_list_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :19591

target_compile_features(if_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :19635

target_compile_features(init_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :19721

target_compile_features(insecure_credentials_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :19763

target_compile_features(insecure_security_connector_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :20223

target_compile_features(istio_echo_server_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :20314

target_compile_features(json_object_loader_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :21121

target_compile_features(matchers_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :21164

target_compile_features(memory_quota_stress_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :21450

target_compile_features(message_compress_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :21882

target_compile_features(no_destruct_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :22082

target_compile_features(num_external_connectivity_watchers_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :22373

target_compile_features(osa_distance_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :22916

target_compile_features(parse_address_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :22959

target_compile_features(parse_address_with_named_scope_id_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :23241

target_compile_features(periodic_update_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :23296

target_compile_features(pick_first_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :23423

target_compile_features(ping_configuration_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :23587

target_compile_features(poller_fork_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :23665

target_compile_features(port_sharing_end2end_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :23712

target_compile_features(posix_endpoint_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :24496

target_compile_features(pre_stop_hook_server_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :24718

target_compile_features(promise_mutex_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :24934

target_compile_features(proto_server_reflection_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :25239

target_compile_features(query_extensions_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :25318

target_compile_features(random_early_detection_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :25442

target_compile_features(rbac_service_config_parser_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :25612

target_compile_features(remove_stream_from_stalled_lists_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :25799

target_compile_features(resolve_address_using_ares_resolver_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :26122

target_compile_features(ring_buffer_test PUBLIC cxx_std_17)

grpc/grpc CMakeLists.txt :26691

target_compile_features(server_builder_plugin_test PUBLIC cxx_std_17)