blob: d35ddba541400a3e5d1757c880f75ce302bb46a1 [file] [log] [blame]
add_executable(main empty.cpp)
add_executable(Alias::Main ALIAS main)
target_compile_features(Alias::Main PRIVATE cxx_delegating_constructors)