提交 bc28950a 编写于 作者: 羽飞's avatar 羽飞

Merge branch 'stmt' of https://github.com/hnwyllmm/miniob into stmt

......@@ -69,9 +69,13 @@ MESSAGE("Install target dir is " ${CMAKE_INSTALL_PREFIX})
# ADD_SUBDIRECTORY(src bin) bin 为目标目录, 可以省略
ADD_SUBDIRECTORY(deps)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(unitest)
ADD_SUBDIRECTORY(test/perf)
OPTION(WITH_UNIT_TESTS "Compile miniob with unit tests" ON)
IF(WITH_UNIT_TESTS)
ADD_SUBDIRECTORY(unitest)
ENDIF()
# install 准备安装的目录是cmakefile 的当前目录, 不是build 后生成的目录
# Files 默认权限OWNER_WRITE, OWNER_READ, GROUP_READ,和WORLD_READ,即644权限
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册