summaryrefslogtreecommitdiff
path: root/next/platform/linux/linux.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'next/platform/linux/linux.cmake')
-rw-r--r--next/platform/linux/linux.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake
index c9cdd27548..8ff02db1ba 100644
--- a/next/platform/linux/linux.cmake
+++ b/next/platform/linux/linux.cmake
@@ -121,3 +121,5 @@ target_link_libraries(
add_test(NAME mbgl-benchmark-runner COMMAND mbgl-benchmark-runner WORKING_DIRECTORY ${MBGL_ROOT})
add_test(NAME mbgl-test-runner COMMAND mbgl-test-runner WORKING_DIRECTORY ${MBGL_ROOT})
+
+install(TARGETS mbgl-render-test-runner RUNTIME DESTINATION bin)