imported_target.cmake 106 B

123
  1. add_library(main INTERFACE IMPORTED)
  2. target_compile_features(main INTERFACE cxx_delegating_constructors)