neovim/test/functional/fixtures/CMakeLists.txt
2017-01-11 01:05:55 +01:00

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)