kolibrios-fun/programs/use_tinygl.lua
CleverMouse cd74d1af33 switch build system to Tup
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-09-12 15:15:23 +00:00

6 lines
196 B
Lua

TINYGL = tup.getcwd() .. "/develop/libraries/TinyGL"
INCLUDES = INCLUDES .. " -I" .. TINYGL .. "/include"
table.insert(LIBDEPS, TINYGL .. "/<>")
LIBS = TINYGL .. "/lib/libTinyGL.a " .. LIBS