exclude-from-all.cmake 97 B

123456
  1. enable_language(CXX)
  2. add_library(foo empty.cpp)
  3. add_library(alias ALIAS EXCLUDE_FROM_ALL foo)