add_executable-library.cmake 83 B

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