如何在Premake 5中指定生成的文件

时间:2019-12-25 17:44:56

标签: premake

我是新手。 我想知道如何指定生成的文件。

使用Bakefile(Bakefile tutorial),我将执行以下操作:

    sources {
        main.cpp
        parser.ypp              // Bison grammar file
        parser.cpp parser.hpp   // generated C++ parser
    }
    parser.ypp::compile-commands = "bison -o %(out0) %(in)"
    parser.ypp::outputs = parser.cpp parser.hpp;

但是我在教程中看不到如何使用premake 5做同样的事情

0 个答案:

没有答案