Skip to content
Discussion options

You must be logged in to vote

you can define function in a single file.

or use main entry.

after_install("xmake_modules.global")

./xmake_modules/global.lua

function main()
end

you can also use add_moduledirs to add modules root directory.

add_moduledirs("xmake_modules")
target("test")
    after_install("global")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Oyyko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants