summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-include/includes/check/xmake.lua
blob: 953f7ba7370a7adcfe675fa3fa9f72046c28d261 (plain)
1
2
3
4
option("myoption")
    set_default(true)
    set_description("The option of the custom-include addon.")
print("custom-include: includes check is loaded")