This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bgfx/scripts/geometryc.lua

34 lines
759 B
Lua
Raw Normal View History

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