aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73d5aff8..e725bff7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -747,6 +747,14 @@ if(LIBUV_BUILD_TESTS)
"$<TARGET_FILE:uv_run_tests_a>"
"$<TARGET_FILE_DIR:uv_run_tests_a>/uv_run_tests_a_no_ext")
endif()
+
+ if(QNX)
+ install(TARGETS uv_run_tests uv_run_tests_a uv_run_benchmarks_a
+ DESTINATION ${CMAKE_INSTALL_BINDIR}/libuv_tests)
+
+ install(DIRECTORY test/fixtures
+ DESTINATION ${CMAKE_INSTALL_BINDIR}/libuv_tests)
+ endif()
endif()
# Now for some gibbering horrors from beyond the stars...