Quick attempt at an xmake.lua build. Doesn't work.
This commit is contained in:
parent
09d8fe3c01
commit
93b181cdbc
1 changed files with 12 additions and 0 deletions
12
xmake.lua
Normal file
12
xmake.lua
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
add_requires(
|
||||||
|
"efsw",
|
||||||
|
"fmt",
|
||||||
|
{configs = {cxflags = "-DFMT_HEADER_ONLY"}})
|
||||||
|
|
||||||
|
target("watchgit")
|
||||||
|
set_kind("binary")
|
||||||
|
add_files("watchgit.cpp")
|
||||||
|
set_languages("c++20")
|
||||||
|
add_packages(
|
||||||
|
"fmt",
|
||||||
|
"efsw")
|
Loading…
Add table
Add a link
Reference in a new issue