move to new build system

This commit is contained in:
2024-06-06 14:17:47 -05:00
parent 88d8bf63f5
commit aee68520b3
563 changed files with 4283 additions and 361439 deletions

20
.nvimrc
View File

@ -1,13 +1,13 @@
if has('win32') || has('win64')
let &makeprg=".\\scripts\\make_win32.cmd $*"
let g:nmakeprg=".\\scripts\\make_win32.cmd"
let g:gtest#gtest_command = "cd build2 && .\\unittests"
else
let &makeprg="./scripts/make_unix.sh $*"
let g:nmakeprg="./scripts/make_unix.sh"
let g:gtest#gtest_command = "cd build && ./unittests"
endif
set path+=.,include/**,src/**,tests/**,3rd_party/json/**,3rd_party/jsonrpcpp-1.1.1/lib/**,3rd_party/ttmath-0.9.3/ttmath/**
" if has('win32') || has('win64')
" let &makeprg=".\\scripts\\make_win32.cmd $*"
" let g:nmakeprg=".\\scripts\\make_win32.cmd"
" let g:gtest#gtest_command = "cd build2 && .\\unittests"
" else
" let &makeprg="./scripts/make_unix.sh $*"
" let g:nmakeprg="./scripts/make_unix.sh"
" let g:gtest#gtest_command = "cd build && ./unittests"
" endif
set path+=.,repertory2/**
lua << EOF
if vim.env.NV_DARCULA_ENABLE_DAP then