Is it possible to create alias for `add_custom_target()`?

And if this ability absent, should we support it for complementary support of pretty “double-coloned” (namespace::target) names?

Where would you want to use such an alias? Aliases aren’t added to IDEs, they’re purely a CMake abstraction, and CMake code outside a project rarely needs to refer to a project’s custom targets.