diff options
Diffstat (limited to 'test/functional/fixtures/CMakeLists.txt')
-rw-r--r-- | test/functional/fixtures/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/fixtures/CMakeLists.txt b/test/functional/fixtures/CMakeLists.txt index a7cd214b6b..dbcb157956 100644 --- a/test/functional/fixtures/CMakeLists.txt +++ b/test/functional/fixtures/CMakeLists.txt @@ -7,3 +7,6 @@ add_executable(printenv-test printenv-test.c) if(WIN32) set_target_properties(printenv-test PROPERTIES LINK_FLAGS -municode) endif() + +add_executable(streams-test streams-test.c) +target_link_libraries(streams-test ${LIBUV_LIBRARIES}) |