Update xmake.lua (#290)

pull/291/head
yamashi 4 years ago committed by GitHub
parent a78fe03605
commit 37c9a8c674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/c/cef/port/xmake.lua

@ -2,6 +2,7 @@ add_rules("mode.release", "mode.debug")
target("cef")
set_kind("static")
add_files("libcef_dll/**.cc")
del_files("libcef_dll/ctocpp/test/**")
add_includedirs(".")
add_headerfiles("include/(**.h)")
add_defines("WRAPPING_CEF_SHARED")

Loading…
Cancel
Save