mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00: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)
|