Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 13, 2024
1 parent ad1f6b6 commit 2b4f926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ target("libmogan") do
build_glue_on_config()
add_tm_configure("libmogan", TM_CONFIGURE_VARS)

add_packages("cpptrace")
add_packages("moebius")
if not is_plat("macosx") then
add_packages("libiconv")
Expand Down
2 changes: 2 additions & 0 deletions xmake/research.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function add_target_research_on_wasm()
}
})

add_packages("cpptrace")
add_packages("moebius")
add_packages("freetype")
add_packages("s7")
Expand Down Expand Up @@ -145,6 +146,7 @@ function add_target_research_on_others()

add_frameworks("QtGui", "QtWidgets", "QtCore", "QtPrintSupport", "QtSvg")

add_packages("cpptrace")
add_packages("moebius")
if is_plat("mingw", "windows") then
add_packages("qt6widgets")
Expand Down

0 comments on commit 2b4f926

Please sign in to comment.