Switched to cmake

This commit is contained in:
2020-06-14 20:01:04 +02:00
parent 1cb3d5eae8
commit ffe620636d
15 changed files with 784 additions and 91 deletions

View File

@@ -1,3 +1,3 @@
let &makeprg="../flint2/.build/bin/flint"
let &makeprg="cmake --build build -t ecs_test"
map <silent> <F9> :Make<cr>
map <silent> <F10> :Start ./.build/bin/test && read<cr>
map <silent> <F10> :Start cd test && ./../build/test/ecs_test save && read<cr>