4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
let &makeprg="cmake --build build -t ecs_test"
|
|
map <silent> <F9> :Make<cr>
|
|
map <silent> <F10> :Start cd test && ./../build/test/ecs_test save && read<cr>
|