diff options
Diffstat (limited to 'thirdparty/xmake.lua')
| -rw-r--r-- | thirdparty/xmake.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/thirdparty/xmake.lua b/thirdparty/xmake.lua index 21a98c967..09a99b5a4 100644 --- a/thirdparty/xmake.lua +++ b/thirdparty/xmake.lua @@ -54,20 +54,6 @@ target('protozero') add_headerfiles("protozero/**.hpp") add_includedirs("protozero/include", {public=true}) -target('cpr') - set_kind('static') - set_group('thirdparty') - set_languages("cxx20") - add_files("cpr/cpr/*.cpp") - add_headerfiles("cpr/include/**.h") - add_includedirs("cpr/include", {public=true}) - if is_os("windows") then - add_cxxflags("/wd4668") - else - add_cxxflags("-Wno-undef", "-Wno-deprecated-declarations") - end - add_packages("libcurl", {public=true}) - target('asio') set_kind('headeronly') set_group('thirdparty') |