1
1
forked from 0ad/0ad

Remove the unused crypto++ library.

This was SVN commit r14093.
This commit is contained in:
JoshuaJB 2013-11-07 18:49:43 +00:00
parent 3743e58f9a
commit 3298dce158

View File

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