summaryrefslogtreecommitdiff
path: root/tests/projects/linux/driver/hello_custom/xmake.lua
blob: 846bddc55d65457b30954c28ac76269acd4e47f6 (plain)
1
2
3
4
5
6
option("linux-headers", {showmenu = true, description = "Set linux-headers path."})
target("hello")
    add_rules("platform.linux.driver")
    add_files("src/*.c")
    set_values("linux.driver.linux-headers", "$(linux-headers)")