登入

DMapServer / dmap4.0 · 文件

GitLab

  • 转到群组
  • 项目
  • 活动
  • 文件
  • 提交
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 标记
  • 派生
  • 网络
  • dmap4.0
  • test
  • CMakeLists.txt
  • add
    c7e21688
    LJH 李佳桓 在
    2021-07-15 08:34:43 +0000  
    创建 浏览文件 »
CMakeLists.txt 157 Bytes
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11

# testing binary
add_executable(test_vector test_vector.cpp)


# define test
add_test(
  NAME test_vector
  COMMAND $<TARGET_FILE:test_vector> --success
)