2013-05-18 06:39:08 +04:00
|
|
|
--
|
2015-01-03 01:43:11 +03:00
|
|
|
-- Copyright 2010-2015 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 "texturec"
|
|
|
|
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
|
|
|
|
kind "ConsoleApp"
|
|
|
|
|
|
|
|
includedirs {
|
2015-02-28 02:44:24 +03:00
|
|
|
path.join(BX_DIR, "include"),
|
|
|
|
path.join(BGFX_DIR, "include"),
|
|
|
|
path.join(BGFX_DIR, "src"),
|
2015-12-13 04:28:23 +03:00
|
|
|
path.join(BGFX_DIR, "3rdparty"),
|
2013-02-22 09:13:56 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
files {
|
2015-02-28 02:44:24 +03:00
|
|
|
path.join(BGFX_DIR, "src/image.*"),
|
|
|
|
path.join(BGFX_DIR, "tools/texturec/**.cpp"),
|
|
|
|
path.join(BGFX_DIR, "tools/texturec/**.h"),
|
2013-02-22 09:13:56 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
links {
|
|
|
|
-- "bgfx",
|
|
|
|
}
|
2013-08-05 07:18:33 +04:00
|
|
|
|
|
|
|
configuration { "osx" }
|
|
|
|
links {
|
|
|
|
"Cocoa.framework",
|
|
|
|
}
|