bgfx/scripts/geometryc.lua

34 lines
759 B
Lua
Raw Normal View History

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