jamfile.v2

来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 39 行

V2
39
字号
#  (C) Copyright Gennadiy Rozental 2008-2008.#  Use, modification, and distribution are subject to the #  Boost Software License, Version 1.0. (See accompanying file #  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)##  See http://www.boost.org/libs/test for the library home page.# Projectproject libs/test/tools/console_test_runner ;alias unit_test_framework    : # sources        /boost//unit_test_framework    ;        alias test_runner_src    : # sources      src/console_test_runner.cpp      unit_test_framework      ;        # make aliases explicit so the libraries will only be built when requestedexplicit unit_test_framework ;explicit test_runner_src ;lib dl ; lib test_runner_test : test/test_runner_test.cpp unit_test_framework ; exe console_test_runner     : test_runner_src      dl     ;exe console_test_runner     : test_runner_src    : <target-os>windows    ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?