mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-06 06:38:51 +00:00
xmake option
This commit is contained in:
parent
6a251945e6
commit
8a487d954c
3 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
src
|
||||
build
|
||||
|
|
|
|||
1
.ignore
Normal file
1
.ignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
build
|
||||
6
xmake.lua
Normal file
6
xmake.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set_languages("c++20")
|
||||
|
||||
target("tree-sitter-lang")
|
||||
set_kind("static")
|
||||
add_includedirs("src/tree-sitter")
|
||||
add_files("src/*.c")
|
||||
Loading…
Add table
Add a link
Reference in a new issue