提交 c7e2168884db5290344beaf94008f4f0206cfaca

作者 LJH 李佳桓
1 个父辈 3961ac2e

add

正在显示 1 个修改的文件 包含 11 行增加0 行删除
  1 +
  2 +# testing binary
  3 +add_executable(test_vector test_vector.cpp)
  4 +
  5 +
  6 +# define test
  7 +add_test(
  8 + NAME test_vector
  9 + COMMAND $<TARGET_FILE:test_vector> --success
  10 +)
  11 +
... ...
注册登录 后发表评论