build: move to cmake

This commit is contained in:
xinyangli 2024-01-05 23:50:26 +08:00
parent 38818f6f66
commit 1702da0a0a
11 changed files with 896 additions and 78 deletions

27
npc/.gitignore vendored
View file

@ -1,12 +1,17 @@
*.*
*
!*/
!Makefile
!*.mk
!*.[cSh]
!*.v
!*.cc
!*.cpp
!.gitignore
!README.md
build/
**/project/
**/target/
*.class
*.log
.cache/
**/.bsp/
.bloop/
.metals/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.vscode/
.direnv/
compile_commands.json