CMake/Tests/RunCMake/target_compile_features/imported_target.cmake

4 lines
106 B
CMake

add_library(main INTERFACE IMPORTED)
target_compile_features(main INTERFACE cxx_delegating_constructors)