add_library-executable.cmake 83 B

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