mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
6 lines
176 B
CMake
6 lines
176 B
CMake
add_executable(tty-test tty-test.c)
|
|
target_link_libraries(tty-test ${LIBUV_LIBRARIES})
|
|
|
|
add_executable(shell-test shell-test.c)
|
|
add_executable(printargs-test printargs-test.c)
|