mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 02:49:58 +00:00
Auto-detect X11 dependency
This commit is contained in:
parent
9deabc7b60
commit
4e40c6f2ed
9 changed files with 501 additions and 8 deletions
18
autoconf/autoconf.lua
Normal file
18
autoconf/autoconf.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
-- Autoconfiguration.
|
||||
-- Copyright (c) 2016 Blizzard Entertainment
|
||||
---
|
||||
local p = premake
|
||||
|
||||
if not premake.modules.autoconf then
|
||||
p.modules.autoconf = {}
|
||||
p.modules.autoconf._VERSION = p._VERSION
|
||||
|
||||
verbosef('Loading autoconf module...')
|
||||
include('api.lua')
|
||||
include('msc.lua')
|
||||
include('clang.lua')
|
||||
include('gcc.lua')
|
||||
end
|
||||
|
||||
return p.modules.autoconf
|
Loading…
Add table
Add a link
Reference in a new issue