alias-test-common.cmake 76 B

123
  1. enable_testing()
  2. add_library(iface INTERFACE)
  3. add_library(test ALIAS iface)