Blizzard/premake-autoconf

Name: premake-autoconf

Owner: Blizzard Entertainment

Description: AutoConf tools for Premake

Created: 2016-05-04 23:06:45.0

Updated: 2017-03-08 20:49:35.0

Pushed: 2016-05-25 18:26:40.0

Homepage:

Size: 8

Language: Lua

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

AutoConf tools for Premake

Get started
autoconfigure {
    ['config.h'] = function (cfg)
        check_include(cfg, 'HAVE_STDIO_H', 'stdio.h')
        check_include(cfg, 'HAVE_FOOBAR_H', 'foobar.h')

        check_type_size(cfg, 'SIZEOF_SIZE_T', 'size_t')
    end
}
Contribute

Awesome! View the contribution guidelines before you contribute. If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a pull request. Please, make sure all the unit tests are passing before submitting and add new ones in case you introduced new features.

Copyright & License

Copyright © 2002-2016 by Blizzard Entertainment Distributed under the terms of the BSD License, see LICENSE.txt


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.