CMakeLists.txt 176 B

123456
  1. add_executable(tty-test tty-test.c)
  2. target_link_libraries(tty-test ${LIBUV_LIBRARIES})
  3. add_executable(shell-test shell-test.c)
  4. add_executable(printargs-test printargs-test.c)