在线看毛片网站电影-亚洲国产欧美日韩精品一区二区三区,国产欧美乱夫不卡无乱码,国产精品欧美久久久天天影视,精品一区二区三区视频在线观看,亚洲国产精品人成乱码天天看,日韩久久久一区,91精品国产91免费

<menu id="6qfwx"><li id="6qfwx"></li></menu>
    1. <menu id="6qfwx"><dl id="6qfwx"></dl></menu>

      <label id="6qfwx"><ol id="6qfwx"></ol></label><menu id="6qfwx"></menu><object id="6qfwx"><strike id="6qfwx"><noscript id="6qfwx"></noscript></strike></object>
        1. <center id="6qfwx"><dl id="6qfwx"></dl></center>

            博客專(zhuān)欄

            EEPW首頁(yè) > 博客 > cmake 命令行參數(shù)

            cmake 命令行參數(shù)

            發(fā)布人:電子禪石 時(shí)間:2020-02-17 來(lái)源:工程師 發(fā)布文章


            https://cmake.org/cmake/help/latest/manual/cmake.1.html#manual:cmake(1)

            Generate a Project Buildsystem
             cmake [<options>] <path-to-source>
             cmake [<options>] <path-to-existing-build>
             cmake [<options>] -S <path-to-source> -B <path-to-build>
            
            Build a Project
             cmake --build <dir> [<options>] [-- <build-tool-options>]
            
            Install a Project
             cmake --install <dir> [<options>]
            
            Open a Project
             cmake --open <dir>
            
            Run a Script
             cmake [{-D <var>=<value>}...] -P <cmake-script-file>
            
            Run a Command-Line Tool
             cmake -E <command> [<options>]
            
            Run the Find-Package Tool
             cmake --find-package [<options>]
            
            View Help
             cmake --help[-<topic>]
            1. cmake 運(yùn)行指定cmake 腳本 

              cmake [{-D <var>=<value>}...] -P <cmake-script-file>


              Process the given cmake file as a script written in the CMake language.  No configure or generate step is performed and the cache is not modified.  If variables are defined using -D, this must be done before the -P argument.

            *博客內(nèi)容為網(wǎng)友個(gè)人發(fā)布,僅代表博主個(gè)人觀(guān)點(diǎn),如有侵權(quán)請(qǐng)聯(lián)系工作人員刪除。



            關(guān)鍵詞: cmake

            技術(shù)專(zhuān)區(qū)

            關(guān)閉