bgfx/scripts/geometryc.lua

34 lines
759 B
Lua
Raw Normal View History

2013-05-17 22:39:08 -04:00
--
2014-02-11 01:07:04 -05:00
-- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
2013-05-17 22:39:08 -04:00
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
2013-02-22 00:13:56 -05:00
project "geometryc"
uuid "8794dc3a-2d57-11e2-ba18-368d09e48fda"
kind "ConsoleApp"
includedirs {
BX_DIR .. "include",
2013-02-22 00:13:56 -05:00
BGFX_DIR .. "include",
BGFX_DIR .. "3rdparty",
2014-05-20 01:08:35 -04:00
BGFX_DIR .. "examples/common",
2013-02-22 00:13:56 -05:00
}
files {
BGFX_DIR .. "3rdparty/forsyth-too/**.cpp",
BGFX_DIR .. "3rdparty/forsyth-too/**.h",
2014-10-11 14:24:37 -04:00
BGFX_DIR .. "3rdparty/ib-compress/**.cpp",
BGFX_DIR .. "3rdparty/ib-compress/**.h",
2013-02-22 00:13:56 -05:00
BGFX_DIR .. "src/vertexdecl.**",
BGFX_DIR .. "tools/geometryc/**.cpp",
BGFX_DIR .. "tools/geometryc/**.h",
2014-05-20 01:08:35 -04:00
BGFX_DIR .. "examples/common/bounds.**",
2013-02-22 00:13:56 -05:00
}
2013-04-28 17:08:59 -04:00
2013-08-04 23:18:33 -04:00
configuration { "osx" }
links {
"Cocoa.framework",
}
2013-04-28 17:08:59 -04:00
strip()