Add gloox library files.

This was SVN commit r14096.
This commit is contained in:
JoshuaJB 2013-11-07 19:04:30 +00:00
parent fe0510c079
commit 10e23c173d

View File

@ -256,6 +256,22 @@ extern_lib_defs = {
})
end,
},
gloox = {
compile_settings = function()
if os.is("windows") then
add_default_include_paths("gloox")
end
end,
link_settings = function()
if os.is("windows") then
add_default_lib_paths("gloox")
end
add_default_links({
win_names = { "gloox-1.0" },
unix_names = { "gloox" },
})
end,
},
cxxtest = {
compile_settings = function()
add_source_include_paths("cxxtest")