utility_target.cmake 98 B

1234
  1. add_custom_target(utility)
  2. target_compile_features(utility PRIVATE cxx_delegating_constructors)