premake-core

Premake

  • 所有者: premake/premake-core
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Welcome to Premake

Premake is a command line utility which reads a scripted definition of a software project, then uses it to perform build configuration tasks or generate project files for toolsets like Visual Studio, Xcode, and GNU Make. Premake's scripts are little Lua programs, so the sky's the limit!

workspace "MyWorkspace"
    configurations { "Debug", "Release" }

project "MyProject"
    kind "ConsoleApp"
    language "C++"
    files { "**.h", "**.cpp" }

    filter { "configurations:Debug" }
        defines { "DEBUG" }
        symbols "On"

    filter { "configurations:Release" }
        defines { "NDEBUG" }
        optimize "On"

Getting Started

Sponsors

Premake is a BSD-licensed open source project. Our many thanks to these fine people who help us spend more time adding features and supporting the community. :tada:

Want to join them? Learn more here. Use Premake at work? Ask your manager or marketing team about contributing too; your company logo will appear on our website and README, as well as all of our release pages.

Organizations

Individuals

Contributing

We love getting pull requests and rely heavily on the contributions of our community to keep Premake healthy and growing. If you're new to the project, our Contributing Guide is here.

A great big thank you to all of you who have already contributed your time and know-how!

Stay in touch

License

BSD 3-Clause

The Lua language and runtime library is © TeCGraf, PUC-Rio.
See their website at http://www.lua.org/

主要指标

概览
名称与所有者premake/premake-core
主编程语言C
编程语言Makefile (语言数: 20)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2015-03-21 14:08:15
推送于2025-07-14 19:29:19
最后一次提交2025-07-03 01:38:47
发布数28
最新版本名称v5.0.0-beta7 (发布于 )
第一版名称4.3-beta1 (发布于 )
用户参与
星数3.4k
关注者数96
派生数632
提交数4.3k
已启用问题?
问题数1048
打开的问题数269
拉请求数1059
打开的拉请求数22
关闭的拉请求数203
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?