summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-07-05 10:23:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-07-05 10:24:19 +0200
commit4e1ecd02fbe7ba095bbeab2063a89d8676ac49ec (patch)
tree3ca1fa8ac5fb0f80152bcb922126c923a8d61e27 /video-ps3eye
parent38d466a972d4455b02aee2b55674f3b29ece24d7 (diff)
video/ps3eye: install frame-test utility
Diffstat (limited to 'video-ps3eye')
-rw-r--r--video-ps3eye/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt
index 29608aae..5e45eb4a 100644
--- a/video-ps3eye/CMakeLists.txt
+++ b/video-ps3eye/CMakeLists.txt
@@ -29,3 +29,7 @@ endif()
if(TARGET ps3eye-mode-test)
install(TARGETS "ps3eye-mode-test" DESTINATION "${opentrack-hier-pfx}")
endif()
+
+if(TARGET ps3eye-frame-test)
+ install(TARGETS "ps3eye-frame-test" DESTINATION "${opentrack-hier-pfx}")
+endif()