not_enough_args.cmake 83 B

1234
  1. enable_language(CXX)
  2. add_executable(main empty.cpp)
  3. target_compile_features(main)