kolibrios/programs/other/graph/graph_tablelib/Tupfile.lua
Kirill Lipatov (Leency) 781d36bc91 upload graph which is using table libraries
git-svn-id: svn://kolibrios.org@7618 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-27 13:23:24 +00:00

6 lines
222 B
Lua

if tup.getconfig("NO_MSVC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_msvc.lua")
compile_msvc{"*.cpp"}
link_msvc("graph")