blob: a51f76c82917513392d3de9728d3bbfa44c18673 (
plain)
1
2
3
4
5
6
|
option("linux-headers", {showmenu = true, description = "Set linux-headers path."})
target("hello")
add_rules("platform.linux.module")
add_files("src/*.c")
set_values("linux.driver.linux-headers", "$(linux-headers)")
|